FreeRTOS-Kernel/Source/portable/Renesas/RX600/port_asm.src

14 lines
175 B
Text

.GLB _vSoftwareInterruptISR
.SECTION P,CODE
_vSoftwareInterruptEntry:
BRA _vSoftwareInterruptISR
.RVECTOR 27, _vSoftwareInterruptEntry
.END