2025-09-06 21:18:22 +10:00
|
|
|
; ~~~ Auto generated by the GroundPY compiler for Linux x86_64 targets. ~~~
|
|
|
|
|
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-07 11:58:01 +10:00
|
|
|
; LabelDecleration
|
|
|
|
.myLabel:
|
|
|
|
; InstructionNode(instruction='jump', parent=RootNode(statements=[LabelDecleration, ...]), arguments=[LabelReference])
|
|
|
|
jmp .myLabel
|
2025-09-02 06:42:58 +10:00
|
|
|
|