Initial data commit
This commit is contained in:
parent
72d218235f
commit
f23f22d71c
199087 changed files with 3378941 additions and 0 deletions
6
Task/Variables/6502-Assembly/variables-1.6502
Normal file
6
Task/Variables/6502-Assembly/variables-1.6502
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
org $1200
|
||||
SoundRam equ $1200 ;some assemblers require equ directives to not be indented.
|
||||
SoundChannel_One equ $1200
|
||||
SoundChannel_Two equ $1201
|
||||
SoundChannel_Three equ $1202
|
||||
LDA #$FF ;this still gets assembled starting at $1200, since equ directives don't take up space!
|
||||
Loading…
Add table
Add a link
Reference in a new issue