FreeCalypso > hg > ffs-editor
view src/cs/system/main/gcc/ramvecs.S @ 12:054ac529dfd3
serialswitch.c: uartfax driver linkage disabled
| author | Mychaela Falconia <falcon@freecalypso.org> | 
|---|---|
| date | Fri, 15 May 2020 04:01:28 +0000 | 
| parents | 92470e5d0b9e | 
| 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"
