From 1a67c97b1d113a422781121d6e21b64765515822 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Thu, 2 Oct 2014 13:22:19 -0400 Subject: BPL is greater than or equal to --- test.s | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test.s b/test.s index 9dffb26..adffe0f 100644 --- a/test.s +++ b/test.s @@ -100,7 +100,7 @@ read_controller1: ; clock LDX #$00 read_controller1_values: - CPX #$07 + CPX #$08 BPL end_read_controller1 LDA $4016 -- cgit v1.2.3