comparison code_part1/OSTC_code_asm_part1/outputs.asm @ 837:23ed973d4fb9

Disable DEBUG mode, Too many users turned this on in the last years and then complained about "letters on the screen".... Allow manual (in the menu) year setting >2020
author heinrichsweikamp
date Fri, 01 Jan 2021 19:57:21 +0100
parents 0cf00ecf3532
children
comparison
equal deleted inserted replaced
836:b317df6bc367 837:23ed973d4fb9
262 movff debug_char+2,debug_char+3 262 movff debug_char+2,debug_char+3
263 movff debug_char+1,debug_char+2 263 movff debug_char+1,debug_char+2
264 movff debug_char+0,debug_char+1 264 movff debug_char+0,debug_char+1
265 movff WREG,debug_char+0 265 movff WREG,debug_char+0
266 266
267 btfss debug_mode ; Are we in debugmode? 267 ; Disable debug hard-coded. Too many users turned this on in the last years and then complained about "letters on the screen"....
268 ; btfss debug_mode ; Are we in debugmode?
269
268 return ; No, return! 270 return ; No, return!
269 271
270 WIN_TOP .192 272 WIN_TOP .192
271 WIN_LEFT .100 273 WIN_LEFT .100
272 WIN_FONT FT_SMALL 274 WIN_FONT FT_SMALL