mirror of
https://github.com/rzzzwilson/pymlac.git
synced 2025-06-10 09:32:41 +00:00
8 lines
98 B
NASM
Executable File
8 lines
98 B
NASM
Executable File
; a simple 'smoke-test' file
|
|
org 0100
|
|
|
|
start nop
|
|
hlt
|
|
|
|
end start
|