Initial data commit
This commit is contained in:
parent
72d218235f
commit
f23f22d71c
199087 changed files with 3378941 additions and 0 deletions
5
Task/Variables/6502-Assembly/variables-2.6502
Normal file
5
Task/Variables/6502-Assembly/variables-2.6502
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
joystick equ $00 ;this variable is located at zero page memory address $00
|
||||
Player_Xpos equ $01 ;this variable is located at $01
|
||||
Player_Ypos equ $02
|
||||
pointer equ $03 ;intended to take up 2 bytes
|
||||
sound_on equ $05
|
||||
Loading…
Add table
Add a link
Reference in a new issue