Skip to content

Instantly share code, notes, and snippets.

@blondie7575
Last active July 30, 2019 00:17
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/c8aa45b4c037aacf6afbfc37ed319ec6 to your computer and use it in GitHub Desktop.
Save blondie7575/c8aa45b4c037aacf6afbfc37ed319ec6 to your computer and use it in GitHub Desktop.
.macro CALL16 subroutine,param16
lda #<param16
sta PARAM1_L
lda #>param16
sta PARAM1_H
jsr subroutine
.endmacro
ldx #$fc
CALL16 graphicsVramWriteByte,$0800
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment