mirror of
https://github.com/fachat/xa65.git
synced 2025-01-16 19:32:04 +00:00
31 lines
1.4 KiB
HTML
31 lines
1.4 KiB
HTML
<html><head><title>(null)</title></head><body><pre>
|
|
|
|
listca65.a65
|
|
|
|
|
|
2 A:1000 ; tests the html listing feature with blocks that
|
|
3 A:1000 ; contain the same label names, but in different scopes
|
|
|
|
5 A:1000 *= $1000
|
|
|
|
7 A:1000 a9 00 <a name="0U0"> </a>: lda #$00
|
|
|
|
9 A:1002 .(
|
|
10 A:1002 85 02 <a name="1U1"> </a>: sta $02
|
|
11 A:1004 d0 fe <a name="1U2"> </a>: bne <a href="#1U2">:-</a>
|
|
12 A:1006 .)
|
|
|
|
14 A:1006 .(
|
|
15 A:1006 <a name="3Clabel2"> </a>@label2
|
|
15 A:1006 a5 02 lda $02 ; again!
|
|
16 A:1008 d0 fc bne <a href="#3Clabel2">@label2</a>
|
|
17 A:100a .)
|
|
|
|
19 A:100a <a name="0_label2"> </a>label2
|
|
19 A:100a c8 iny
|
|
20 A:100b f0 fd beq <a href="#0_label2">label2</a>
|
|
|
|
22 A:100d f0 f1 beq <a href="#0U0">:---</a>
|
|
23 A:100f 4c 02 10 jmp <a href="#1U1">:--</a>
|
|
</pre></body></html>
|