mirror of
https://github.com/rzzzwilson/pymlac.git
synced 2025-06-10 09:32:41 +00:00
15 lines
221 B
NASM
Executable File
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
|