1
0
mirror of https://github.com/fachat/xa65.git synced 2024-06-09 14:29:29 +00:00
xa65/xa/tests/listing/listca65_2.a65
2012-08-01 13:27:01 +02:00

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 :-