view src/cs/system/main/gcc/ramvecs.S @ 196:5f3544fc0308

AT@SPENH brought over from Magnetite
author Mychaela Falconia <falcon@freecalypso.org>
date Sun, 24 May 2020 19:46:18 +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"