diff options
Diffstat (limited to 'sim/testsuite/tic80-coff/exit47.s')
-rw-r--r-- | sim/testsuite/tic80-coff/exit47.s | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sim/testsuite/tic80-coff/exit47.s b/sim/testsuite/tic80-coff/exit47.s new file mode 100644 index 0000000..b87cd2a --- /dev/null +++ b/sim/testsuite/tic80-coff/exit47.s @@ -0,0 +1,5 @@ +.globl __start +__start: + addu 47, r0, r2 + addu 1, r0, r15 + trap 72 |