Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save sblendorio/53cfd199268099e4b583d816034aebb0 to your computer and use it in GitHub Desktop.
Save sblendorio/53cfd199268099e4b583d816034aebb0 to your computer and use it in GitHub Desktop.
Hardware cursor on TED: Commodore 16, Plus 4
D 3000 3011
. 3000 A5 CA LDA $CA
. 3002 18 CLC
. 3003 65 C8 ADC $C8
. 3005 8D 0D FF STA $FF0D
. 3008 A5 C9 LDA $C9
. 300A 69 00 ADC #$00
. 300C E9 0B SBC #$0B
. 300E 8D 0C FF STA $FF0C
. 3011 60 RTS
18 bytes from 12288
10 DATA165,202,24,101,200,141,13,255,165,201,105,0,233,11,141,12,255,96
20 FORI=208TO225:READA:POKEI,A:NEXT
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment