Mercurial > public > hwos_code
comparison src/strings.asm @ 251:3fec179a6220
some cleanup, temporaly disable dive_warning.inc
author | heinrichsweikamp |
---|---|
date | Wed, 18 Mar 2015 17:39:27 +0100 |
parents | e79bc535ef9e |
children | 653a3ab08062 |
comparison
equal
deleted
inserted
replaced
250:20e3bad0b0f2 | 251:3fec179a6220 |
---|---|
162 subwfb TBLPTRH | 162 subwfb TBLPTRH |
163 movlw UPPER(text_english_base) | 163 movlw UPPER(text_english_base) |
164 subwfb TBLPTRU | 164 subwfb TBLPTRU |
165 bra text_get_english | 165 bra text_get_english |
166 | 166 |
167 ; Add correction for Spanish table: | 167 ; Add correction for italian table: |
168 text_get_italian: | 168 text_get_italian: |
169 extern text_italian_base | 169 extern text_italian_base |
170 movlw LOW(text_italian_base) | 170 movlw LOW(text_italian_base) |
171 addwf TBLPTRL | 171 addwf TBLPTRL |
172 movlw HIGH(text_italian_base) | 172 movlw HIGH(text_italian_base) |