minor layout tweaks

This commit is contained in:
Dagen Brock 2015-09-29 23:47:16 -05:00
parent b201eacacc
commit 24b2bff84d
1 changed files with 10 additions and 1 deletions

View File

@ -167,13 +167,22 @@ TestMasterLoop clc
jsr TestPrintState jsr TestPrintState
jsr TestGetStartAddress jsr TestGetStartAddress
:TestLoop
:TestLoop ;THIS IS IT!
jsr TestMemoryLocation jsr TestMemoryLocation
jsr TestUpdateStatus jsr TestUpdateStatus
jsr TestAdvanceLocation jsr TestAdvanceLocation
bcc :TestLoop bcc :TestLoop
bcs :NextBank bcs :NextBank
:NextIteration inc _testIteration ;see if we've done enough tests :NextIteration inc _testIteration ;see if we've done enough tests