mirror of
https://github.com/dschmenk/PLASMA.git
synced 2025-03-26 12:30:21 +00:00
Add CFFB opcode
This commit is contained in:
parent
2e0508ccbf
commit
9fc0bd39db
@ -1275,6 +1275,7 @@ The compact code representation comes through the use of opcodes closely matched
|
||||
| $58 | ENTER | allocate frame size and copy stack parameters to local frame
|
||||
| $5A | LEAVE | deallocate frame and return from sub routine call
|
||||
| $5C | RET | return from sub routine call
|
||||
| $5E | CFFB | constant with $FF MSB
|
||||
| $60 | LB | load byte from top of stack address
|
||||
| $62 | LW | load word from top of stack address
|
||||
| $64 | LLB | load byte from frame offset
|
||||
|
Loading…
x
Reference in New Issue
Block a user