From fd53ee5666f23198b33db5ce5d0e789cf468955b Mon Sep 17 00:00:00 2001 From: Ross Wilson Date: Sun, 13 Mar 2016 15:30:54 +0700 Subject: [PATCH] Fiddling with tests --- pymlac/dumpmem.test | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pymlac/dumpmem.test b/pymlac/dumpmem.test index dbc569e..cb6d8c0 100644 --- a/pymlac/dumpmem.test +++ b/pymlac/dumpmem.test @@ -1,3 +1,4 @@ # loads executable tape and dumps 0100->0107 -bootrom ptr; mount ptr dumpmem_test_c8lds.ptp; setreg pc 040; rununtil 0; checkreg ac 0177777; checkreg pc 03715; dumpmem dumpmem_test.dump 0100,0107; setreg pc 0100; rununtil 0; checkreg ac 0111; checkreg pc 0106 +#bootrom ptr; mount ptr dumpmem_test_c8lds.ptp; setreg pc 040; rununtil 0; checkreg ac 0177777; checkreg pc 03715; dumpmem dumpmem_test.dump 0100,0107; setreg pc 0100; rununtil 0; checkreg ac 0111; checkreg pc 0106 +bootrom ptr; mount ptr dumpmem_test_c8lds.ptp; setreg pc 040; rununtil 0; checkreg ac 0177777; checkreg pc 03715; cmpmem dumpmem_test.dump; setreg pc 0100; rununtil 0; checkreg ac 0111; checkreg pc 0106 #bootrom tty; mount ttyin dumpmem_test_c8lds.ptp; setreg pc 040; rununtil 0; dumpmem dumpmem_test.dump 0100,0107