comparison src/cs/system/main/int.s @ 121:746db8fa3398

C155 bootloader interface support for TMS470
author Mychaela Falconia <falcon@freecalypso.org>
date Wed, 07 Nov 2018 06:42:31 +0000
parents 1eb391057168
children 68184e15d92c
comparison
equal deleted inserted replaced
120:43a210bbcc63 121:746db8fa3398
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