diff options
| author | Jan Tuomi <jans.tuomi@gmail.com> | 2023-11-04 20:56:54 +0200 |
|---|---|---|
| committer | Jan Tuomi <jans.tuomi@gmail.com> | 2023-11-06 14:01:09 +0200 |
| commit | 7309d563c6661f6e17c1ed3577b40b9646a85bb4 (patch) | |
| tree | a1c483744fe3592c7f6ab20e618ee8a52f0bebdb /asm/test_py_src.pydis | |
| parent | c28c5320a4084c1c728c10ec35196630e35d94db (diff) | |
wip compiler
Diffstat (limited to 'asm/test_py_src.pydis')
| -rw-r--r-- | asm/test_py_src.pydis | 63 |
1 files changed, 63 insertions, 0 deletions
diff --git a/asm/test_py_src.pydis b/asm/test_py_src.pydis new file mode 100644 index 0000000..483f073 --- /dev/null +++ b/asm/test_py_src.pydis @@ -0,0 +1,63 @@ +### Constants +(0, ('*',), 63488, 72, 63489, 69, 63490, 76, 63491, 63492, 79, None) + +### Names +('atk16', 'atk_enable_text_mode', 'atk_store') + +### Instructions +RESUME 0 +LOAD_CONST 0 +LOAD_CONST 1 +IMPORT_NAME 0 +IMPORT_STAR None +PUSH_NULL None +LOAD_NAME 1 +PRECALL 0 +CALL 0 +POP_TOP None +PUSH_NULL None +LOAD_NAME 2 +LOAD_CONST 2 +LOAD_CONST 3 +PRECALL 2 +CALL 2 +POP_TOP None +PUSH_NULL None +LOAD_NAME 2 +LOAD_CONST 4 +LOAD_CONST 5 +PRECALL 2 +CALL 2 +POP_TOP None +PUSH_NULL None +LOAD_NAME 2 +LOAD_CONST 6 +LOAD_CONST 7 +PRECALL 2 +CALL 2 +POP_TOP None +PUSH_NULL None +LOAD_NAME 2 +LOAD_CONST 8 +LOAD_CONST 7 +PRECALL 2 +CALL 2 +POP_TOP None +PUSH_NULL None +LOAD_NAME 2 +LOAD_CONST 9 +LOAD_CONST 10 +PRECALL 2 +CALL 2 +POP_TOP None +LOAD_CONST 11 +RETURN_VALUE None +warn: cannot serialize <class 'tuple'> (('*',)), emitting zero +warn: cannot serialize <class 'NoneType'> (None), emitting zero +Skipping not implemented opcode: PRECALL +Skipping not implemented opcode: PRECALL +Skipping not implemented opcode: PRECALL +Skipping not implemented opcode: PRECALL +Skipping not implemented opcode: PRECALL +Skipping not implemented opcode: PRECALL +Skipping not implemented opcode: RETURN_VALUE |
