Mercurial > public > mk2
comparison code_part1/OSTC_code_asm_part1/pled_outputs.asm @ 62:2972a06b0785
1.71 beta in work
author | heinrichsweikamp |
---|---|
date | Mon, 20 Sep 2010 21:51:18 +0200 |
parents | 0338aac9a267 |
children | fee7c62b4de1 |
comparison
equal
deleted
inserted
replaced
61:f254a568e73d | 62:2972a06b0785 |
---|---|
3344 read_int_eeprom d'64' | 3344 read_int_eeprom d'64' |
3345 movlw d'1' | 3345 movlw d'1' |
3346 cpfseq EEDATA ; Custom text active? | 3346 cpfseq EEDATA ; Custom text active? |
3347 bra PLED_clear_custom_text ; No, Delete row | 3347 bra PLED_clear_custom_text ; No, Delete row |
3348 WIN_TOP .200 | 3348 WIN_TOP .200 |
3349 WIN_LEFT .1 | 3349 WIN_LEFT .0 |
3350 WIN_FONT FT_SMALL | 3350 WIN_FONT FT_SMALL |
3351 WIN_INVERT .0 ; Init new Wordprocessor | 3351 WIN_INVERT .0 ; Init new Wordprocessor |
3352 call PLED_divemask_color ; Set Color for Divemode mask | 3352 call PLED_divemask_color ; Set Color for Divemode mask |
3353 | 3353 |
3354 lfsr FSR2,letter | 3354 lfsr FSR2,letter |