1
0
mirror of https://github.com/dschmenk/PLASMA.git synced 2024-06-26 06:29:28 +00:00

Add CFFB opcode

This commit is contained in:
David Schmenk 2017-07-28 17:31:13 -07:00 committed by GitHub
parent 2e0508ccbf
commit 9fc0bd39db

View File

@ -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