old-cross-binutils/sim/testsuite/v850eq-elf/hello.s
1997-09-17 03:31:09 +00:00

15 lines
216 B
ArmAsm

.include "t-macros.i"
start
mov 4, r6
mov 1, r7 # FID
load r8 hello # string
load r9 ehello-hello # size
trap 31
exit0
.data
hello: .ascii "Hello World!\n"
ehello: