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