diff code_part1/OSTC_code_asm_part1/simulator.asm @ 46:8457bb96b860

1.65beta release
author heinrichsweikamp
date Wed, 14 Jul 2010 14:01:34 +0200
parents 475a9e536d77
children 56aea9fcdd8f
line wrap: on
line diff
--- a/code_part1/OSTC_code_asm_part1/simulator.asm	Sun Jul 11 20:26:43 2010 +0200
+++ b/code_part1/OSTC_code_asm_part1/simulator.asm	Wed Jul 14 14:01:34 2010 +0200
@@ -152,7 +152,6 @@
 	ostc_debug	'S'							; Sends debug-information to screen if debugmode active
 	call	main_push_tissues_to_vault
 	movlb	0x01							; Back to RAM Bank1
-	movff	char_O_CNS_fraction,temp7		; Store CNS
 	ostc_debug	'T'							; Sends debug-information to screen if debugmode active
 	return
 
@@ -161,7 +160,6 @@
 	ostc_debug	'S'							; Sends debug-information to screen if debugmode active
 	call	main_pull_tissues_from_vault
 	movlb	0x01						; Back to RAM Bank1
-	movff	temp7,char_O_CNS_fraction		; Reset CNS to real value
 	ostc_debug	'T'							; Sends debug-information to screen if debugmode active
 
 	ostc_debug	'G'		; Sends debug-information to screen if debugmode active