1
0
mirror of https://github.com/rzzzwilson/pymlac.git synced 2025-06-10 09:32:41 +00:00

Simplest test file

This commit is contained in:
Ross Wilson 2016-10-28 10:53:18 +07:00
parent c0be1f77dd
commit def827f7e1

4
pyasm/simple.asm Normal file
View File

@ -0,0 +1,4 @@
; a very simple file
org 0100
hlt
end