1
0
mirror of https://github.com/rzzzwilson/pymlac.git synced 2025-06-10 09:32:41 +00:00
Files
rzzzwilson.pymlac/pyasm/literal.asm
2022-01-02 20:11:11 +11:00

6 lines
115 B
NASM
Executable File

; a simple literal test file
org 0100
start lac (data 0177777)
hlt
end start