0
mirror of https://github.com/sampletext32/ParkanPlayground.git synced 2025-07-02 04:50:27 +03:00

Fix all tests

This commit is contained in:
bird_egop
2025-04-18 14:06:43 +03:00
parent d089fc9b28
commit 8c15143933
13 changed files with 523 additions and 15 deletions

View File

@ -15,10 +15,10 @@ RawBytes;Instructions
9D;[{ "Type": "Popfd", "Operands": [] }]
# ENTER - Make Stack Frame for Procedure Parameters
C8000000;[{ "Type": "Enter", "Operands": ["0x0000", "0x00"] }]
C8100000;[{ "Type": "Enter", "Operands": ["0x0010", "0x00"] }]
C8000001;[{ "Type": "Enter", "Operands": ["0x0000", "0x01"] }]
C8100001;[{ "Type": "Enter", "Operands": ["0x0010", "0x01"] }]
C8000000;[{ "Type": "Enter", "Operands": ["0x00", "0x00"] }]
C8100000;[{ "Type": "Enter", "Operands": ["0x10", "0x00"] }]
C8000001;[{ "Type": "Enter", "Operands": ["0x00", "0x01"] }]
C8100001;[{ "Type": "Enter", "Operands": ["0x10", "0x01"] }]
# LEAVE - High Level Procedure Exit
C9;[{ "Type": "Leave", "Operands": [] }]

Can't render this file because it contains an unexpected character in line 6 and column 7.