1
0
mirror of https://github.com/hsoft/collapseos.git synced 2024-07-23 04:10:19 +10:00
collapseos/tools/tests/zasm/test2.asm
Virgil Dupras 22c7eeaa5d Move apps/zasm/tests to tools/tests/zasm
This 'apps' folder is going to disappear. Everything is going to be a
"part" to be assembled through recipes. 'apps' has no meaning.
2019-05-16 11:23:15 -04:00

12 lines
124 B
NASM

; Test relative jumps
label1:
jp label1
jp label2
jp label2
jr label2
jr nc, label1
label2:
jr label1
jr nc, label1