mirror of
https://github.com/peterdell/wudsn-ide.git
synced 2025-01-17 12:29:48 +00:00
14 lines
139 B
Plaintext
14 lines
139 B
Plaintext
; Reference source file for XASM symbols
|
|
|
|
org $2000
|
|
|
|
equate1 equ 1
|
|
equate2 equ equate1+1
|
|
|
|
label1 lda #1
|
|
label2 sta $80
|
|
|
|
|
|
|
|
|
|
|