FreeRTOS-Kernel/Source/portable/Renesas/RX200/port_asm.src
2011-09-02 18:31:56 +00:00

15 lines
175 B
Plaintext

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