URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-old/] [binutils-2.18.50/] [gas/] [testsuite/] [gas/] [maxq10/] [call.s] - Rev 832
Go to most recent revision | Compare with Previous | Blame | View Log
;# calls.s ;# check program flow instruction involving CALL & RET in MAXQ10 .text foo: Call SmallCall Call LongCall SmallCall: RET RET C RET Z RET NZ RET S RETI RETI C RETI Z RETI NZ RETI S MOVE LC[1], #10h LoopTop: Call LoopTop DJNZ LC[1], LoopTop MOVE LC[1], #10h LoopTop1: Call LoopTop1 .fill 0x200, 2, 0 DJNZ LC[1], LoopTop LongCall: RETI RETI C RETI Z RETI NZ RETI S
Go to most recent revision | Compare with Previous | Blame | View Log