old-cross-binutils/sim/testsuite/mips64vr5900el-elf/exit47.s
1997-07-15 20:25:09 +00:00

14 lines
314 B
ArmAsm

# The main body of code loops on the variable FLAG, waiting
# for it to be set. When set, the message `Tick' is displayed
# and the flag cleared.
# The interrupt handler, sets the global FLAG variable and
# then resumes normal execution.
.globl _start
.set noreorder
_start:
li $4, 47
break 1023
nop