Created
July 29, 2019 23:34
-
-
Save blondie7575/b37aba8d40f0425618d9c25bbd2d1af3 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
; 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