diff --git a/test-programs/move-pixel-with-keypad.asm b/test-programs/move-pixel-with-keypad.asm index 0ad72d2..23cebc7 100644 --- a/test-programs/move-pixel-with-keypad.asm +++ b/test-programs/move-pixel-with-keypad.asm @@ -41,10 +41,10 @@ STO (#px_addr) ; determine direction - #up 2 - #right 6 + #up 5 + #left 7 #down 8 - #left 4 + #right 9 ; test up lda (#keypad)