Skip to content

Instantly share code, notes, and snippets.

@blondie7575
Created July 29, 2019 23:34
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 blondie7575/b37aba8d40f0425618d9c25bbd2d1af3 to your computer and use it in GitHub Desktop.
Save blondie7575/b37aba8d40f0425618d9c25bbd2d1af3 to your computer and use it in GitHub Desktop.
; Write to an F18A register. High 5 bits of regNum must be 10000
.macro F18AREGW regNum,dataByte
lda #dataByte
sta F18AREG1
lda #regNum
sta F18AREG1
.endmacro
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment