mirror of
https://github.com/digarok/MiniMemoryTester.git
synced 2025-01-03 18:30:20 +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 TestPrintIteration
|
||||||
jsr TestPrintErrors ;just to get it drawn
|
jsr TestPrintErrors ;just to get it drawn
|
||||||
:NextBank jsr TestSetState ;sets read/write/both
|
: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 TestGetNextBank ;sets initial bank when CurBank = 0
|
||||||
jsr TestPatchBanks ;patches code for whatever CurBank is set to
|
jsr TestPatchBanks ;patches code for whatever CurBank is set to
|
||||||
jsr TestPastFinalBank
|
jsr TestPastFinalBank
|
||||||
@ -196,9 +197,8 @@ KeyHandled
|
|||||||
cmp _testIteration
|
cmp _testIteration
|
||||||
bcc :testComplete
|
bcc :testComplete
|
||||||
:infiniteIterations jmp TestMasterLoop
|
:infiniteIterations jmp TestMasterLoop
|
||||||
TestAbort
|
TestAbort jsr TestForceUpdateStatus ;print last test address
|
||||||
:testComplete jsr TestForceUpdateStatus
|
:testComplete sep #$10
|
||||||
sep #$10
|
|
||||||
jsr LogTestDone
|
jsr LogTestDone
|
||||||
rts
|
rts
|
||||||
Mesg_Done asc "DONE WITH TEST",$8D,00
|
Mesg_Done asc "DONE WITH TEST",$8D,00
|
||||||
|
Loading…
Reference in New Issue
Block a user