Home | History | Annotate | Line # | Download | only in m32r
      1 # mach(): m32r m32rx
      2 # status: 47
      3 # output:
      4 
      5 	;; Return with exit code 47.
      6 
      7 	.globl _start
      8 _start:
      9 	ldi8 r1,#47
     10 	ldi8 r0,#1
     11 	trap #0
     12