comparison src/strings.inc @ 628:cd58f7fc86db

3.05 stable work
author heinrichsweikamp
date Thu, 19 Sep 2019 12:01:29 +0200
parents c40025d8e750
children 4050675965ea
comparison
equal deleted inserted replaced
627:bf5fee575701 628:cd58f7fc86db
1 ;============================================================================= 1 ;=============================================================================
2 ; 2 ;
3 ; File strings.asm combined next generation V3.03.2 3 ; File strings.asm combined next generation V3.03.5
4 ; 4 ;
5 ; Implementation code various string functions 5 ; Implementation code various string functions
6 ; 6 ;
7 ; Copyright (c) 2011, JD Gascuel, HeinrichsWeikamp, all right reserved. 7 ; Copyright (c) 2011, JD Gascuel, HeinrichsWeikamp, all right reserved.
8 ;============================================================================= 8 ;=============================================================================
142 WIN_LARGE macro x, y 142 WIN_LARGE macro x, y
143 call start_large_block 143 call start_large_block
144 DB x, y 144 DB x, y
145 endm 145 endm
146 146
147 IFDEF _huge_font
148 extern start_huge_block 147 extern start_huge_block
149 WIN_HUGE macro x, y 148 WIN_HUGE macro x, y
150 call start_huge_block 149 call start_huge_block
151 DB x, y 150 DB x, y
152 endm 151 endm
153 ENDIF
154 152
155 ;============================================================================= 153 ;=============================================================================
156 ; Shortcuts for compact display programmings 154 ; Shortcuts for compact display programmings
157 ; 155 ;
158 TEXT_TINY macro x, y, txt 156 TEXT_TINY macro x, y, txt