comparison src/cs/system/main/int.s @ 536:ae18f9aad7ce

C155 target support implemented in a way that should work with this model's original bootloader
author Mychaela Falconia <falcon@freecalypso.org>
date Mon, 05 Nov 2018 23:15:45 +0000
parents 838eeafb0051
children 8cf3029429f3
comparison
equal deleted inserted replaced
535:bb9a08797022 536:ae18f9aad7ce
332 ; 332 ;
333 ; /* Reference pointers defined by the linker */ 333 ; /* Reference pointers defined by the linker */
334 ; 334 ;
335 .ref .bss 335 .ref .bss
336 .ref end 336 .ref end
337
338 .if C155_TARGET = 1
339 .def INT_C155_Boot_Entry
340 INT_C155_Boot_Entry
341 B _INT_Initialize
342 .endif
337 343
338 ; 344 ;
339 ;/* Define indirect branching labels for the vector table */ 345 ;/* Define indirect branching labels for the vector table */
340 ; 346 ;
341 347