comparison src/cs/system/main/gcc/ramvecs.S @ 0:92470e5d0b9e

src: partial import from FC Selenite
author Mychaela Falconia <falcon@freecalypso.org>
date Fri, 15 May 2020 01:28:16 +0000
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:92470e5d0b9e
1 /*
2 * This assembly module provides the IRAM vectors
3 * to which the internal ROM is going to branch.
4 */
5
6 .section .ramvecs,"ax",%progbits
7 .code 32
8 #include "vectors.S"