1
0
mirror of https://github.com/hsoft/collapseos.git synced 2024-07-23 02:50:20 +10:00
collapseos/tools/tests/zasm/test8.asm
2019-05-19 14:40:42 -04:00

7 lines
75 B
NASM

; test .org directive
.equ foo 1234
.org foo
label1:
jp label1
jr label1