mirror of
https://github.com/hsoft/collapseos.git
synced 2024-11-01 19:20:56 +11:00
7 lines
75 B
NASM
7 lines
75 B
NASM
|
; test .org directive
|
||
|
.equ foo 1234
|
||
|
.org foo
|
||
|
label1:
|
||
|
jp label1
|
||
|
jr label1
|