65c816 chip-8 opcode parameter definitions
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; | |
;;; Chip-8 opcode parameters RAM | |
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; | |
!Opcode = $A8 ;word | |
!NNN = $AA ;word | |
!NN = $AC ;byte | |
!N = $AD ;byte | |
!X = $AE ;byte | |
!Y = $AF ;byte |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment