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/kappa
Ross Wilson fd03f7576e Added labels
2016-02-13 12:30:42 +07:00

15 lines
213 B
Plaintext

; test file with two adjacent ORG blocks
org 0100
law 1
hlt
org 0102
law 2
hlt
end
;|0100 004001
;|0101 000000
;|0102 004002
;|0103 000000