Mercurial > public > mk2
comparison code_part1/OSTC_code_asm_part1/pled_outputs.asm @ 256:d8dfbc7041b0
added CPU time debugger
author | heinrichsweikamp |
---|---|
date | Sun, 10 Apr 2011 09:54:44 +0200 |
parents | 1efd59d689f8 |
children | a728b4a1b660 |
comparison
equal
deleted
inserted
replaced
255:1efd59d689f8 | 256:d8dfbc7041b0 |
---|---|
259 movff WREG,debug_char+0 | 259 movff WREG,debug_char+0 |
260 | 260 |
261 btfss debug_mode ; Are we in debugmode? | 261 btfss debug_mode ; Are we in debugmode? |
262 return ; No, return! | 262 return ; No, return! |
263 | 263 |
264 WIN_TOP .200 | 264 WIN_TOP .192 |
265 WIN_LEFT .100 | 265 WIN_LEFT .100 |
266 WIN_FONT FT_SMALL | 266 WIN_FONT FT_SMALL |
267 WIN_INVERT .0 ; Init new Wordprocessor | 267 WIN_INVERT .0 ; Init new Wordprocessor |
268 call PLED_standard_color | 268 call PLED_standard_color |
269 lfsr FSR2,letter | 269 lfsr FSR2,letter |