mirror of
https://github.com/sampletext32/ParkanPlayground.git
synced 2025-06-20 16:18:37 +03:00
fixes
This commit is contained in:
@ -16,8 +16,8 @@ C2FFFF;[{ "Type": "Ret", "Operands": ["0xFFFF"] }]
|
||||
CB;[{ "Type": "Retf", "Operands": [] }]
|
||||
|
||||
# RETF imm16 (opcode CA) - Far return to calling procedure and pop imm16 bytes from stack
|
||||
CA0000;[{ "Type": "Retf", "Operands": ["0x0000"] }]
|
||||
CA0400;[{ "Type": "Retf", "Operands": ["0x0004"] }]
|
||||
CA0800;[{ "Type": "Retf", "Operands": ["0x0008"] }]
|
||||
CA1000;[{ "Type": "Retf", "Operands": ["0x0010"] }]
|
||||
CA0000;[{ "Type": "Retf", "Operands": ["0x00"] }]
|
||||
CA0400;[{ "Type": "Retf", "Operands": ["0x04"] }]
|
||||
CA0800;[{ "Type": "Retf", "Operands": ["0x08"] }]
|
||||
CA1000;[{ "Type": "Retf", "Operands": ["0x10"] }]
|
||||
CAFFFF;[{ "Type": "Retf", "Operands": ["0xFFFF"] }]
|
||||
|
Can't render this file because it contains an unexpected character in line 6 and column 7.
|
Reference in New Issue
Block a user