From e093aba79dd1ed88cb490b7cd69c81f0b14bea11 Mon Sep 17 00:00:00 2001 From: mrb0nk500 Date: Sun, 19 Apr 2020 13:31:49 -0400 Subject: Removed most of the commented code, and optimized the emulator some more. I optimized the emulator by replacing the main loop from a conditional while loop, to an unconditional for loop. --- test/test-stack.s | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/test-stack.s') diff --git a/test/test-stack.s b/test/test-stack.s index b9218a0..a63f54a 100644 --- a/test/test-stack.s +++ b/test/test-stack.s @@ -2,7 +2,7 @@ init: cps ldx.w #$FFFF txs - + tax loop: inc pha #1 -- cgit v1.2.3-13-gbd6f