mirror of
https://github.com/rzzzwilson/pymlac.git
synced 2025-06-10 09:32:41 +00:00
13 lines
206 B
Plaintext
13 lines
206 B
Plaintext
; test file with two ORG blocks
|
|
org 0100
|
|
law 1
|
|
hlt
|
|
org 0200
|
|
law 2
|
|
hlt
|
|
end
|
|
;! 0100 004001
|
|
;! 0101 000000
|
|
;! 0200 004002
|
|
;! 0201 000000
|