comparison src/cs/system/main/gcc/ramvecs.S @ 78:95ef11e76c5b

src/cs/system/main/gcc: asm code pieced from Citrine
author Mychaela Falconia <falcon@freecalypso.org>
date Fri, 20 Jul 2018 06:46:56 +0000
parents
children
comparison
equal deleted inserted replaced
77:6b6675a07b70 78:95ef11e76c5b
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"