mirror of
https://github.com/rzzzwilson/pymlac.git
synced 2025-06-10 09:32:41 +00:00
Test files for 'dumpmem' DSL opcode
This commit is contained in:
2
pymlac/dumpmem.test
Normal file
2
pymlac/dumpmem.test
Normal file
@@ -0,0 +1,2 @@
|
||||
# test of loading simple code and dumping memory
|
||||
bootrom ptr; mount ptr dumpmem_test.ptp; setreg pc 040; rununtil 0; dumpmem dumpmem_test.dump
|
||||
7
pymlac/dumpmem_test.asm
Executable file
7
pymlac/dumpmem_test.asm
Executable file
@@ -0,0 +1,7 @@
|
||||
;-------------------------------
|
||||
; Just loop in place - CPU speed test.
|
||||
;-------------------------------
|
||||
org 0100 ;
|
||||
start jmp start ;
|
||||
;-------------------------------
|
||||
end
|
||||
Reference in New Issue
Block a user