2018-09-09 10:24:22 +00:00
|
|
|
#
|
2018-09-04 22:13:01 +00:00
|
|
|
.sect .text
|
|
|
|
.sect .rom
|
|
|
|
.sect .data
|
|
|
|
.sect .bss
|
|
|
|
|
2018-09-09 10:24:22 +00:00
|
|
|
.sect .text
|
2018-09-04 22:13:01 +00:00
|
|
|
.define .trap_ecase
|
|
|
|
.trap_ecase:
|
2018-09-09 23:08:25 +00:00
|
|
|
li r4, 20 ! ECASE = 20 in h/em_abs.h
|
2018-09-04 22:13:01 +00:00
|
|
|
! FALLTHROUGH to .trp
|
|
|
|
|
2018-09-08 21:12:57 +00:00
|
|
|
.define .trp
|
2018-09-08 20:42:06 +00:00
|
|
|
.trp:
|
|
|
|
syscall 0
|
2018-09-04 22:13:01 +00:00
|
|
|
|