1: .globl putch,obuild
   2: .globl putoct
   3: 
   4: 
   5: putoct: mov     r0,-(sp)
   6:         bic     $7,r0
   7:         bic     r0,(sp)
   8:         clc
   9:         ror     r0
  10:         ror     r0
  11:         ror     r0
  12:         beq     1f
  13:         jsr     pc,putoct
  14: 1:
  15:         mov     (sp)+,r0
  16:         add     $'0,r0
  17:         jsr     pc,putch
  18:         rts     pc

Defined functions

putoct declared in line 2; defined in line 5; used 6 times
Last modified: 1975-05-14
Generated: 2016-12-26
Generated by src2html V0.67
page hit count: 387
Valid CSS Valid XHTML 1.0 Strict