Skip to content

Instantly share code, notes, and snippets.

@Ersanio
Last active September 4, 2018 21:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Ersanio/4326be1bcb9d2498efb9a3c000407e8f to your computer and use it in GitHub Desktop.
Save Ersanio/4326be1bcb9d2498efb9a3c000407e8f to your computer and use it in GitHub Desktop.
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