Mercurial > public > hwos_code
comparison src/strings.asm @ 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.1 | 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 ;============================================================================= |
211 global start_large_block | 211 global start_large_block |
212 start_large_block: | 212 start_large_block: |
213 movlw 4 | 213 movlw 4 |
214 bra start_common | 214 bra start_common |
215 | 215 |
216 IFDEF _huge_font | |
217 global start_huge_block | 216 global start_huge_block |
218 start_huge_block: | 217 start_huge_block: |
219 movlw 5 | 218 movlw 5 |
220 ;bra start_block_common | 219 ;bra start_block_common |
221 ENDIF | 220 |
222 | 221 |
223 start_common: | 222 start_common: |
224 movff WREG,win_font ; needs a bank-safe move here ! | 223 movff WREG,win_font ; needs a bank-safe move here ! |
225 | 224 |
226 VARARGS_BEGIN | 225 VARARGS_BEGIN |