1
0
mirror of https://github.com/rzzzwilson/pymlac.git synced 2025-06-10 09:32:41 +00:00
Files
rzzzwilson.pymlac/pyasm/test.asm
2016-01-23 20:34:31 +07:00

14 lines
225 B
NASM

; a test comment
org 0000100
start law 10 ; comment
lac start2 ; another comment
hlt
org 0200
start2
lac 0100
hlt
end start