11 lines
133 B
Text
11 lines
133 B
Text
# mach(): m32r m32rx
|
|
# status: 47
|
|
# output:
|
|
|
|
;; Return with exit code 47.
|
|
|
|
.globl _start
|
|
_start:
|
|
ldi8 r1,#47
|
|
ldi8 r0,#1
|
|
trap #0
|