diff code_part1/OSTC_code_asm_part1/MAIN.ASM @ 164:999abb01c78f

+ Change data allocation scheme
author JeanDo
date Fri, 21 Jan 2011 01:44:38 +0100
parents 622da16b768f
children 53b16a746166
line wrap: on
line diff
--- a/code_part1/OSTC_code_asm_part1/MAIN.ASM	Fri Jan 21 01:44:37 2011 +0100
+++ b/code_part1/OSTC_code_asm_part1/MAIN.ASM	Fri Jan 21 01:44:38 2011 +0100
@@ -31,8 +31,9 @@
 
 	#include	definitions.asm				; Defines, I/O Ports and variables
 
+
 reset_v code     0x0000
-e		goto	start						; Start!
+        goto	start						; Start!
 
 inter_v	code	0x0008
 		bra		HighInt						;High Priority Interrups