comparison code_part1/OSTC_code_asm_part1/pled_outputs.asm @ 209:cdba979821ee

frame around logbook scale, some more speed improvements new WIN_FRAME_COLOR macro
author heinrichsweikamp
date Sun, 20 Feb 2011 10:59:03 +0100
parents aad4f6e25c2d
children b6dd54b3567c
comparison
equal deleted inserted replaced
208:3b961f17aa3a 209:cdba979821ee
1457 PUTC '/' 1457 PUTC '/'
1458 movff char_I_He_ratio,lo ; copy He ratio into lo 1458 movff char_I_He_ratio,lo ; copy He ratio into lo
1459 output_99 1459 output_99
1460 bcf leftbind 1460 bcf leftbind
1461 call word_processor 1461 call word_processor
1462 bra PLED_active_gas_surfmode_exit 1462 ; bra PLED_active_gas_surfmode_exit
1463
1464 PLED_active_gas_surfmode_exit: 1463 PLED_active_gas_surfmode_exit:
1465 ; WIN_FRAME_BLACK .122, .175, .82, .159 1464 ; WIN_FRAME_BLACK .122, .175, .82, .159
1466 return 1465 return
1467 1466
1468 PLED_confirmbox: 1467 PLED_confirmbox: