mirror of
https://github.com/sampletext32/ParkanPlayground.git
synced 2025-06-20 16:18:37 +03:00
Unified ADC accumulator handlers into a single handler
This commit is contained in:
@ -11,9 +11,9 @@ RawBytes;Instructions
|
||||
6AFF;[{ "Type": "Push", "Operands": ["0xFF"] }]
|
||||
|
||||
# PUSH imm32 with various values
|
||||
6800000000;[{ "Type": "Push", "Operands": ["0x00000000"] }]
|
||||
6800000000;[{ "Type": "Push", "Operands": ["0x00"] }]
|
||||
68FFFFFFFF;[{ "Type": "Push", "Operands": ["0xFFFFFFFF"] }]
|
||||
6801000000;[{ "Type": "Push", "Operands": ["0x00000001"] }]
|
||||
6801000000;[{ "Type": "Push", "Operands": ["0x01"] }]
|
||||
|
||||
# PUSH imm16 with operand size prefix
|
||||
66687856;[{ "Type": "Push", "Operands": ["0x5678"] }]
|
||||
|
Can't render this file because it contains an unexpected character in line 6 and column 15.
|
Reference in New Issue
Block a user