   1                     ; C Compiler for STM8 (COSMIC Software)
   2                     ; Parser V4.12.9 - 19 Apr 2023
   3                     ; Generator (Limited) V4.5.6 - 18 Jul 2023
  45                     ; 44 @far @interrupt void NonHandledInterrupt(void)
  45                     ; 45 {
  46                     .text:	section	.text,new
  47  0000               f_NonHandledInterrupt:
  51                     ; 49 }
  54  0000 80            	iret
  76                     ; 58 @far @interrupt void TRAP_IRQHandler(void)
  76                     ; 59 {
  77                     .text:	section	.text,new
  78  0000               f_TRAP_IRQHandler:
  82                     ; 63 }
  85  0000 80            	iret
 107                     ; 89 @far @interrupt void TLI_IRQHandler(void)
 107                     ; 90 #else /* _RAISONANCE_ */
 107                     ; 91 void TLI_IRQHandler(void) interrupt 0
 107                     ; 92 #endif /* _COSMIC_ */
 107                     ; 93 {
 108                     .text:	section	.text,new
 109  0000               f_TLI_IRQHandler:
 113                     ; 97 }
 116  0000 80            	iret
 138                     ; 107 @far @interrupt void AWU_IRQHandler(void)
 138                     ; 108 #else /* _RAISONANCE_ */
 138                     ; 109 void AWU_IRQHandler(void) interrupt 1
 138                     ; 110 #endif /* _COSMIC_ */	
 138                     ; 111 {
 139                     .text:	section	.text,new
 140  0000               f_AWU_IRQHandler:
 144                     ; 115 }
 147  0000 80            	iret
 169                     ; 125 @far @interrupt void CLK_IRQHandler(void)
 169                     ; 126 #else /* _RAISONANCE_ */
 169                     ; 127 void CLK_IRQHandler(void) interrupt 2
 169                     ; 128 #endif /* _COSMIC_ */
 169                     ; 129 {
 170                     .text:	section	.text,new
 171  0000               f_CLK_IRQHandler:
 175                     ; 133 }
 178  0000 80            	iret
 201                     ; 143 @far @interrupt void EXTI_PORTA_IRQHandler(void)
 201                     ; 144 #else /* _RAISONANCE_ */
 201                     ; 145 void EXTI_PORTA_IRQHandler(void) interrupt 3
 201                     ; 146 #endif /* _COSMIC_ */
 201                     ; 147 {
 202                     .text:	section	.text,new
 203  0000               f_EXTI_PORTA_IRQHandler:
 207                     ; 151 }
 210  0000 80            	iret
 233                     ; 161 @far @interrupt void EXTI_PORTB_IRQHandler(void)
 233                     ; 162 #else /* _RAISONANCE_ */
 233                     ; 163 void EXTI_PORTB_IRQHandler(void) interrupt 4
 233                     ; 164 #endif /* _COSMIC_ */
 233                     ; 165 {
 234                     .text:	section	.text,new
 235  0000               f_EXTI_PORTB_IRQHandler:
 239                     ; 169 }
 242  0000 80            	iret
 265                     ; 179 @far @interrupt void EXTI_PORTC_IRQHandler(void)
 265                     ; 180 #else /* _RAISONANCE_ */
 265                     ; 181 void EXTI_PORTC_IRQHandler(void) interrupt 5
 265                     ; 182 #endif /* _COSMIC_ */
 265                     ; 183 {
 266                     .text:	section	.text,new
 267  0000               f_EXTI_PORTC_IRQHandler:
 271                     ; 187 }
 274  0000 80            	iret
 297                     ; 215 @far @interrupt void EXTI_PORTE_IRQHandler(void)
 297                     ; 216 #else /* _RAISONANCE_ */
 297                     ; 217 void EXTI_PORTE_IRQHandler(void) interrupt 7
 297                     ; 218 #endif /* _COSMIC_ */
 297                     ; 219 {
 298                     .text:	section	.text,new
 299  0000               f_EXTI_PORTE_IRQHandler:
 303                     ; 223 }
 306  0000 80            	iret
 328                     ; 290 @far @interrupt void SPI_IRQHandler(void)
 328                     ; 291 #else // _RAISONANCE_ 
 328                     ; 292 void SPI_IRQHandler(void) interrupt 10
 328                     ; 293 #endif // _COSMIC_ 
 328                     ; 294 {
 329                     .text:	section	.text,new
 330  0000               f_SPI_IRQHandler:
 334                     ; 298 } 
 337  0000 80            	iret
 360                     ; 307 @far @interrupt void TIM1_UPD_OVF_TRG_BRK_IRQHandler(void)
 360                     ; 308 #else //_RAISONANCE_  
 360                     ; 309 void TIM1_UPD_OVF_TRG_BRK_IRQHandler(void) interrupt 11
 360                     ; 310 #endif // _COSMIC_ 
 360                     ; 311 {
 361                     .text:	section	.text,new
 362  0000               f_TIM1_UPD_OVF_TRG_BRK_IRQHandler:
 366                     ; 315 } 
 369  0000 80            	iret
 392                     ; 325 @far @interrupt void TIM1_CAP_COM_IRQHandler(void)
 392                     ; 326 #else // _RAISONANCE_   
 392                     ; 327 void TIM1_CAP_COM_IRQHandler(void) interrupt 12
 392                     ; 328 #endif // _COSMIC_  
 392                     ; 329 {
 393                     .text:	section	.text,new
 394  0000               f_TIM1_CAP_COM_IRQHandler:
 398                     ; 331 } 
 401  0000 80            	iret
 424                     ; 397 @far @interrupt void TIM2_CAP_COM_IRQHandler(void)
 424                     ; 398 #else //_RAISONANCE_ 
 424                     ; 399 void TIM2_CAP_COM_IRQHandler(void) interrupt 14
 424                     ; 400 #endif // _COSMIC_ 
 424                     ; 401 {
 425                     .text:	section	.text,new
 426  0000               f_TIM2_CAP_COM_IRQHandler:
 430                     ; 403 } 
 433  0000 80            	iret
 456                     ; 415 @far @interrupt void TIM3_UPD_OVF_BRK_IRQHandler(void)
 456                     ; 416 #else //_RAISONANCE_  
 456                     ; 417 void TIM3_UPD_OVF_BRK_IRQHandler(void) interrupt 15
 456                     ; 418 #endif // _COSMIC_ 
 456                     ; 419 {
 457                     .text:	section	.text,new
 458  0000               f_TIM3_UPD_OVF_BRK_IRQHandler:
 462                     ; 423 }  
 465  0000 80            	iret
 487                     ; 488 @far @interrupt void I2C_IRQHandler(void)
 487                     ; 489 #else /* _RAISONANCE_ */
 487                     ; 490 void I2C_IRQHandler(void) interrupt 19
 487                     ; 491 #endif /* _COSMIC_ */
 487                     ; 492 {
 488                     .text:	section	.text,new
 489  0000               f_I2C_IRQHandler:
 493                     ; 496 }
 496  0000 80            	iret
 519                     ; 663 @far @interrupt void EEPROM_EEC_IRQHandler(void)
 519                     ; 664 #else /* _RAISONANCE_ */
 519                     ; 665 void EEPROM_EEC_IRQHandler(void) interrupt 24
 519                     ; 666 #endif /* _COSMIC_ */
 519                     ; 667 {
 520                     .text:	section	.text,new
 521  0000               f_EEPROM_EEC_IRQHandler:
 525                     ; 671 }
 528  0000 80            	iret
 540                     	xdef	f_EEPROM_EEC_IRQHandler
 541                     	xdef	f_I2C_IRQHandler
 542                     	xdef	f_TIM3_UPD_OVF_BRK_IRQHandler
 543                     	xdef	f_TIM2_CAP_COM_IRQHandler
 544                     	xdef	f_TIM1_UPD_OVF_TRG_BRK_IRQHandler
 545                     	xdef	f_TIM1_CAP_COM_IRQHandler
 546                     	xdef	f_SPI_IRQHandler
 547                     	xdef	f_EXTI_PORTE_IRQHandler
 548                     	xdef	f_EXTI_PORTC_IRQHandler
 549                     	xdef	f_EXTI_PORTB_IRQHandler
 550                     	xdef	f_EXTI_PORTA_IRQHandler
 551                     	xdef	f_CLK_IRQHandler
 552                     	xdef	f_AWU_IRQHandler
 553                     	xdef	f_TLI_IRQHandler
 554                     	xdef	f_TRAP_IRQHandler
 555                     	xdef	f_NonHandledInterrupt
 574                     	end
