You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
trezor-firmware/core/embed/fw_cs/svc_handler_low.s

16 lines
178 B

.syntax unified
.text
.global SVC_Handler
.thumb_func
SVC_Handler:
tst lr, #4
ite eq
mrseq r0, msp
mrsne r0, psp
b SVC_C_Handler
.end