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

Modify to 'JMP $' for timing test

This commit is contained in:
Ross Wilson
2015-08-26 12:08:50 +07:00
parent f4c6e363ca
commit 4c5cb1cdd0
2 changed files with 2 additions and 9 deletions

View File

@@ -1,14 +1,7 @@
;-------------------------------
; Assembler source containing all IMLAC opcodes.
; Just loop in place - CPU speed test.
;-------------------------------
org 0100 ;
start law 0777 ; 004777
lwc 0777 ; 104777
jmp 0777 ; 010777
dac 0777 ; 020777
xam 0777 ; 024777
isz 0777 ; 030777
jms 0777 ; 034777
and 0777 ; 044777
start jmp start ;
;-------------------------------
end

Binary file not shown.