Mercurial > public > mk2
comparison code_part1/OSTC_code_asm_part1/pled_outputs.asm @ 106:966ebf905514
bugfix in output16_3_call
author | heinrichsweikamp |
---|---|
date | Sun, 19 Dec 2010 20:54:08 +0100 |
parents | 2a2606e9db5f |
children | a2b9eca1f396 |
comparison
equal
deleted
inserted
replaced
105:64109f6fb3d1 | 106:966ebf905514 |
---|---|
2192 output_16_3 ; displays only last three figures from a 16Bit value (0-999) | 2192 output_16_3 ; displays only last three figures from a 16Bit value (0-999) |
2193 WIN_TOP .20 | 2193 WIN_TOP .20 |
2194 WIN_LEFT .120 | 2194 WIN_LEFT .120 |
2195 WIN_FONT FT_MEDIUM | 2195 WIN_FONT FT_MEDIUM |
2196 call PLED_standard_color | 2196 call PLED_standard_color |
2197 | |
2198 call word_processor | 2197 call word_processor |
2199 WIN_FONT FT_SMALL | 2198 WIN_FONT FT_SMALL |
2200 return | 2199 return |
2201 | 2200 |
2202 PLED_display_apnoe_surface: | 2201 PLED_display_apnoe_surface: |