d/kmm32:quick F example

This commit is contained in:
Kitty-Cricket Piapiac 2023-03-26 15:15:49 -07:00
parent 897e9c20c0
commit a29a225e4b
1 changed files with 3 additions and 2 deletions

View File

@ -44,8 +44,9 @@ INSTRUCTIONS
Opcodes take 1 byte in memory.
Each binary digit corresponds to:
UFOOOOOO
O: Opcode
F: Flip return and data stacks
||O: Opcode
|F: Flip return and data stacks
| (eg 01000010 will put the next byte in memory onto the return stack)
U: Unused
OPCODES