Added RX200 port layer.

This commit is contained in:
Richard Barry 2011-09-02 18:31:56 +00:00
parent 1abff5d5cd
commit 11cd605be7
3 changed files with 491 additions and 0 deletions

View file

@ -0,0 +1,14 @@
.GLB _vSoftwareInterruptISR
.SECTION P,CODE
_vSoftwareInterruptEntry:
BRA _vSoftwareInterruptISR
.RVECTOR 27, _vSoftwareInterruptEntry
.END