1
0
mirror of https://github.com/hsoft/collapseos.git synced 2024-07-22 08:20:21 +10:00
collapseos/tools/tests/zasm/test8.asm

7 lines
75 B
NASM
Raw Normal View History

2019-05-20 03:22:14 +10:00
; test .org directive
.equ foo 1234
.org foo
label1:
jp label1
jr label1