Browse Source

fixed comment typo

master
Thorn Avery 3 years ago
parent
commit
f38c8cc8a0
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      tests.rkt

+ 1
- 1
tests.rkt View File

@@ -10,7 +10,7 @@
#x2C ; INC L
#x3D ; DEC A
#xFE #x00 ; CP $00
#xC2 #x06 #x00 ; JP NZ, $0008
#xC2 #x06 #x00 ; JP NZ, $0006
#x10 ; STOP
)))



Loading…
Cancel
Save