1: .globl allocate,putword,putchar
2: .globl iget
3: .globl succ
4: .globl table
5:
6: table:
7: mov $10,r0
8: jsr pc,allocate
9: mov r1,-(sp)
10: clr r0
11: jsr pc,putword
12: jsr pc,putword
13: jsr pc,putword
14: jsr pc,putchar
15: jsr pc,iget
16: mov (sp)+,(r0)
17: jmp succ
Defined functions
table
declared in line
4; defined in line
6; used 3 times