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

Better example, smaller range, halts

This commit is contained in:
Ross Wilson
2016-03-12 15:26:25 +07:00
parent 83de257c95
commit 8153fd86ac

View File

@@ -1,11 +1,13 @@
;-------------------------------
; Just loop in place - CPU speed test.
; Also has two blocks - blockloader test.
;-------------------------------
org 0100 ;
start nop ;
jmp end ;
end hlt ;
org 0200 ;
jmp other ;
;
org 0104 ;
other law 0111 ;
hlt ;
;-------------------------------
end start