1: .globl succ
   2: .globl putcstr,iget
   3: .globl append
   4: 
   5: append:
   6:         jsr     pc,iget
   7:         mov     r0,-(sp)
   8: 1:
   9:         movb    *(sp),r0
  10:         beq     1f
  11:         jsr     pc,putcstr
  12:         inc     (sp)
  13:         br      1b
  14: 1:
  15:         tst     (sp)+
  16:         jmp     succ

Defined functions

append declared in line 3; defined in line 5; used 1 times
  • in line 3
Last modified: 1975-05-14
Generated: 2016-12-26
Generated by src2html V0.67
page hit count: 408
Valid CSS Valid XHTML 1.0 Strict