From 24b2bff84dc5da8669ed641c4d9905330f6e4b8e Mon Sep 17 00:00:00 2001 From: Dagen Brock Date: Tue, 29 Sep 2015 23:47:16 -0500 Subject: [PATCH] minor layout tweaks --- src/mmt.s | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/src/mmt.s b/src/mmt.s index 1cce5b2..c29db4c 100644 --- a/src/mmt.s +++ b/src/mmt.s @@ -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