1: i = r3
   2: .globl putcall,iget,kput,putdec
   3: .globl generate,succ
   4: .globl decimal
   5: 
   6: decimal:
   7:         mov     $1f+1,r0
   8:         jsr     pc,putcall
   9:         jsr     pc,iget
  10:         mov     (r0),r0
  11:         jsr     pc,kput
  12:         jmp     succ
  13: 1:
  14:         mov     (i),r0
  15:         jsr     pc,putdec
  16:         jmp     generate

Defined functions

decimal declared in line 4; defined in line 6; used 1 times
  • in line 4
i defined in line 1; used 1 times
  • in line 14
Last modified: 1975-05-14
Generated: 2016-12-26
Generated by src2html V0.67
page hit count: 391
Valid CSS Valid XHTML 1.0 Strict