mirror of
https://github.com/fachat/xa65.git
synced 2025-01-03 23:29:26 +00:00
e50236d62b
listing them across files
16 lines
197 B
Plaintext
16 lines
197 B
Plaintext
|
|
; tests the html listing feature with blocks that
|
|
; contain the same label names, but in different scopes
|
|
|
|
.org $1000
|
|
|
|
: lda #$00
|
|
|
|
.include "listca65_2b.a65"
|
|
|
|
label2: iny
|
|
beq label2
|
|
|
|
jmp :-
|
|
|