.file	1 "cexample.c"
	.set noat
	.set noreorder
	.arch ev56
.text
	.align 5
	.globl plus_five
	.ent plus_five
plus_five:
	.frame $15,32,$26,0
	.mask 0x4008000,-32
$plus_five..ng:
	lda $30,-32($30)
	stq $26,0($30)
	stq $15,8($30)
	mov $30,$15
	.prologue 0
	mov $16,$1
	stl $1,16($15)
	ldl $1,16($15)
	addl $1,5,$2
	stl $2,20($15)
	ldl $1,20($15)
	addl $1,$31,$0
	br $31,$L2
$L2:
	mov $15,$30
	ldq $26,0($30)
	ldq $15,8($30)
	lda $30,32($30)
	ret $31,($26),1
	.end plus_five
.section	.rodata
$LC0:
	.ascii "Interation and function: %i %i\12\0"
.text
	.align 5
	.globl main
	.ent main
main:
	.frame $15,48,$26,0
	.mask 0x4008200,-48
	ldgp $29,0($27)
$main..ng:
	lda $30,-48($30)
	stq $26,0($30)
	stq $9,8($30)
	stq $15,16($30)
	mov $30,$15
	.prologue 1
	nop
	stl $31,32($15)
$L4:
	ldl $1,32($15)
	cmple $1,9,$2
	bne $2,$L7
	br $31,$L5
$L7:
	ldl $9,32($15)
	ldl $1,32($15)
	mov $1,$16
	bsr $26,$plus_five..ng
	mov $0,$1
	lda $16,$LC0
	mov $9,$17
	mov $1,$18
	jsr $26,printf
	ldgp $29,0($26)
$L6:
	ldl $1,32($15)
	addl $1,1,$2
	stl $2,32($15)
	br $31,$L4
$L5:
$L3:
	mov $15,$30
	ldq $26,0($30)
	ldq $9,8($30)
	ldq $15,16($30)
	lda $30,48($30)
	ret $31,($26),1
	.end main
	.ident	"GCC: (GNU) 2.95.2 19991024 (release)"