mirror of
https://github.com/rzzzwilson/pymlac.git
synced 2025-06-10 09:32:41 +00:00
6 lines
115 B
NASM
6 lines
115 B
NASM
; a simple literal test file
|
|
org 0100
|
|
start lac (data 0177777)
|
|
hlt
|
|
end start
|