File: listca65.html

package info (click to toggle)
xa 2.4.1-0.1
  • links: PTS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,356 kB
  • sloc: ansic: 8,585; asm: 845; makefile: 755; perl: 116; sh: 53
file content (30 lines) | stat: -rw-r--r-- 1,424 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<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>