lda #>(VRAM_palette>>4)
ldx #<(VRAM_palette>>4)
ldy #<palette_fn
jsr loadvram
What do those ^ lines to (the < > and >> in particular)
i found that they are low/high byte operators and shifters but what do you use them for in this example?
sorry if im asking to much questions, i just love learning
Also, what do those numbers in brackets mean? ↓
; A = VRAM address (19:12)
; X = VRAM address (11:4)
; Y = filename address (7:0)