RosettaCodeData/Task/Variable-size-Set/6502-Assembly/variable-size-set-3.6502

8 lines
220 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
VBlankFlag equ $00
soft_PPUCTRL equ $01
soft_PPUSTATUS equ $02
soft_SCROLL_X equ $03
soft_SCROLL_Y equ $04
temp_16 equ $05 ;you have to keep track of spacing yourself in this method
tempStack equ $07