diff options
Diffstat (limited to 'sim/testsuite/tic80-coff/hello.s')
-rw-r--r-- | sim/testsuite/tic80-coff/hello.s | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/sim/testsuite/tic80-coff/hello.s b/sim/testsuite/tic80-coff/hello.s deleted file mode 100644 index 1891fd2..0000000 --- a/sim/testsuite/tic80-coff/hello.s +++ /dev/null @@ -1,16 +0,0 @@ - .globl __start -__start: -# write (hello world) - addu 4, r0, r15 - addu 1, r0, r2 - addu hello, r0, r4 - ld length(r0), r6 -# addu 12, r0, r5 - trap 72 -# exit (0) - addu 1, r0, r15 - addu 0, r0, r2 - trap 72 - -length: .long 14 -hello: .ascii "Hello World!\r\n" |