diff src/strings.asm @ 628:cd58f7fc86db

3.05 stable work
author heinrichsweikamp
date Thu, 19 Sep 2019 12:01:29 +0200
parents c40025d8e750
children 4050675965ea
line wrap: on
line diff
--- a/src/strings.asm	Sun Jun 30 23:22:32 2019 +0200
+++ b/src/strings.asm	Thu Sep 19 12:01:29 2019 +0200
@@ -1,6 +1,6 @@
 ;=============================================================================
 ;
-;   File strings.asm                          combined next generation V3.03.1
+;   File strings.asm                          combined next generation V3.03.5
 ;
 ;   Implementation code various string functions.
 ;
@@ -213,12 +213,11 @@
 	movlw	4
 	bra		start_common
 
- IFDEF _huge_font
 	global	start_huge_block
 start_huge_block:
 	movlw	5
 	;bra	start_block_common
- ENDIF
+
 
 start_common:
 	movff	WREG,win_font			; needs a bank-safe move here !