Files
GroundPY/out.asm

9 lines
151 B
NASM
Raw Normal View History

2025-09-04 07:45:20 +10:00
section .data
section .text
2025-09-02 06:42:58 +10:00
global _start
_start:
2025-09-04 07:45:20 +10:00
; InstructionNode(instruction='divide', parent=RootNode(statements=[...]), arguments=[])
; FUCK
2025-09-02 06:42:58 +10:00