mirror of
https://github.com/digarok/MiniMemoryTester.git
synced 2024-12-31 14:29:30 +00:00
fix final tested address printing! doh so simple.
This commit is contained in:
parent
20e46e65ca
commit
149d7f758e
@ -949,3 +949,5 @@ BINBCDVARDUMP
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -137,3 +137,5 @@ PopAll MAC
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -168,6 +168,7 @@ TestMasterLoop clc
|
||||
jsr TestPrintIteration
|
||||
jsr TestPrintErrors ;just to get it drawn
|
||||
:NextBank jsr TestSetState ;sets read/write/both
|
||||
jsr TestForceUpdateStatus ;print last tested address before we advance banks
|
||||
jsr TestGetNextBank ;sets initial bank when CurBank = 0
|
||||
jsr TestPatchBanks ;patches code for whatever CurBank is set to
|
||||
jsr TestPastFinalBank
|
||||
@ -196,9 +197,8 @@ KeyHandled
|
||||
cmp _testIteration
|
||||
bcc :testComplete
|
||||
:infiniteIterations jmp TestMasterLoop
|
||||
TestAbort
|
||||
:testComplete jsr TestForceUpdateStatus
|
||||
sep #$10
|
||||
TestAbort jsr TestForceUpdateStatus ;print last test address
|
||||
:testComplete sep #$10
|
||||
jsr LogTestDone
|
||||
rts
|
||||
Mesg_Done asc "DONE WITH TEST",$8D,00
|
||||
|
Loading…
Reference in New Issue
Block a user