1: i = r3
   2: .globl generate
   3: .globl obuild
   4: .globl .tx,.txs
   5: 
   6: .txs:
   7:         mov     i,r0
   8:         tst     (i)+
   9:         br      1f
  10: .tx:
  11:         mov     (i)+,r0
  12: 1:
  13:         jsr     pc,obuild
  14:         jmp     generate

Defined functions

.tx declared in line 4; defined in line 10; used 74 times
.txs declared in line 4; defined in line 6; used 16 times
i defined in line 1; used 3 times
  • in line 7-11(3)
Last modified: 1975-05-14
Generated: 2016-12-26
Generated by src2html V0.67
page hit count: 409
Valid CSS Valid XHTML 1.0 Strict