Compare commits

..
1 Commits
Author SHA1 Message Date
PleegWat 160a66c1bf Add ISA definitions for symphony
Adds both a 'stock' ISA (copied from the game) and one modified for test
code
2026-09-05 15:34:59 +02:00
+1 -1
View File
@@ -16,7 +16,7 @@ Performs a jump-and-link function call, with label size up to 32 bits.
_HARDWARE:_ Store PC+4 in the result register when in jump mode.
## `li %a(register) %b:U32(immediate | label)`
## `li %a(register) %b:U32(immediate | label)
Loads an immediate up to 32 bits long
_HARDWARE:_ No requirements