Hi everyone, I am experimenting with VERA, and I'm not sure if my assembly equivalent of the VPOKE is entirely accurate. The problem is the asm does not seem to run, but the VPOKE does what it is supposed to.
The snippit below is replicated 8 more times to change a character on the screen (using the example at https://www.8bitcoding.com/p/tiles.html)
; VPOKE $0,$F800,%00111100
stz $9F25
lda #$00
sta $9F20
lda #$F8
sta $9F21
lda #$0
sta $9F22
lda #$3C
sta $9F23