diff code_part1/OSTC_code_asm_part1/MAIN.ASM @ 353:b5b030c1ae7e

Avoid spurious switch-depth stops with 3 or more gas.
author JeanDo
date Tue, 07 Jun 2011 01:16:55 +0200
parents 797e2ac42d24
children be71e563ac09
line wrap: on
line diff
--- a/code_part1/OSTC_code_asm_part1/MAIN.ASM	Mon May 30 19:28:59 2011 +0200
+++ b/code_part1/OSTC_code_asm_part1/MAIN.ASM	Tue Jun 07 01:16:55 2011 +0200
@@ -38,7 +38,7 @@
 inter_v	code	0x0008
 		bra		HighInt						;High Priority Interrups
 
-inter_asm	code	0x0018							;Low Priority Interrups
+inter_asm	code	0x0018                  ;Low Priority Interrups
 ;	*** low priority interrupts not used
 		bra		HighInt						;High Priority Interrups