diff code_part1/OSTC_code_asm_part1/start.asm @ 119:f24137eb85de

Background debugger now shows STKPTR
author heinrichsweikamp
date Sun, 26 Dec 2010 18:34:28 +0100
parents 14a074e1a375
children e6aa4a74c3c2
line wrap: on
line diff
--- a/code_part1/OSTC_code_asm_part1/start.asm	Sun Dec 26 17:02:59 2010 +0100
+++ b/code_part1/OSTC_code_asm_part1/start.asm	Sun Dec 26 18:34:28 2010 +0100
@@ -24,6 +24,7 @@
 
 start:
 	movlb	b'00000001'				; ram bank 1 selected
+	movff	STKPTR,temp10
 	call	init
 	btfsc	divemode				; Reset from Divemode?
 	call	PLED_resetdebugger		; Yes! Something went wrong, show reset informations