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

Add second ORG block for debug

This commit is contained in:
Ross Wilson
2016-03-03 20:44:34 +07:00
parent 4b4b0a9369
commit 9f6a1f0d97

View File

@@ -5,5 +5,7 @@
start nop ;
jmp end ;
end hlt ;
org 0200 ;
hlt ;
;-------------------------------
end