1: f = r5
2: g = r4
3: .globl k
4: .globl errcom
5: .globl ktab,ktat
6: .globl putcall,kput
7:
8: putcall:
9: jsr pc,kput
10: mov k(f),(g)+
11: rts pc
12:
13: kput:
14: sub $2,k(f)
15: mov k(f),r1
16: neg r1
17: mov r0,ktab(r1)
18: cmp r1,$ktat
19: bhis 1f
20: rts pc
21: 1:
22: jsr r0,errcom
23: <translation overflow\0>;.even
Defined functions
f
defined in line
1; used 3 times
g
defined in line
2; used 1 times
kput
declared in line
6; defined in line
13; used 12 times
putcall
declared in line
6; defined in line
8; used 9 times