FreeCalypso > hg > fc-selenite
view src/cs/system/main/gcc/ramvecs.S @ 186:807fdc70cbd0
targets/gtm900mgc.h: sync with Magnetite
| author | Mychaela Falconia <falcon@freecalypso.org> |
|---|---|
| date | Sat, 15 Feb 2020 20:12:32 +0000 |
| parents | 95ef11e76c5b |
| children |
line wrap: on
line source
/* * This assembly module provides the IRAM vectors * to which the internal ROM is going to branch. */ .section .ramvecs,"ax",%progbits .code 32 #include "vectors.S"
