9 lines
151 B
NASM
9 lines
151 B
NASM
section .data
|
|
|
|
section .text
|
|
global _start
|
|
|
|
_start:
|
|
; InstructionNode(instruction='divide', parent=RootNode(statements=[...]), arguments=[])
|
|
; FUCK
|
|
|