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 TestGetStartAddress
:TestLoop
:TestLoop ;THIS IS IT!
jsr TestMemoryLocation
jsr TestUpdateStatus
jsr TestAdvanceLocation
bcc :TestLoop
bcs :NextBank
:NextIteration inc _testIteration ;see if we've done enough tests