old-cross-binutils/sim/testsuite/v850eq-elf/hello.s

16 lines
216 B
ArmAsm
Raw Normal View History

1997-09-16 07:01:57 +00:00
.include "t-macros.i"
start
mov 4, r6
mov 1, r7 # FID
1997-09-17 03:31:09 +00:00
load r8 hello # string
load r9 ehello-hello # size
1997-09-16 07:01:57 +00:00
trap 31
exit0
.data
hello: .ascii "Hello World!\n"
ehello: