1
0
mirror of https://github.com/rzzzwilson/pymlac.git synced 2025-06-10 09:32:41 +00:00
Files
rzzzwilson.pymlac/pyasm/asm_tests/tests/test_adjacent_orgs.asm
2022-01-02 20:11:11 +11:00

15 lines
221 B
NASM
Executable File

; test file with two adjacent ORG blocks
org 0100
law 1
hlt
org 0102
law 2
hlt
end
;|$1 004000 + 1
;| 000000
;| 004000 + 2
;| 000000