Mercurial > public > mk2
comparison code_part1/OSTC_code_asm_part1/definitions.asm @ 349:ed137d66ac65
Preparations for new "0x21" logbook format
author | heinrichsweikamp |
---|---|
date | Mon, 30 May 2011 19:28:59 +0200 |
parents | 797e2ac42d24 |
children | 7250ca7c8d24 93c0cb14b0d2 |
comparison
equal
deleted
inserted
replaced
348:d722a820b675 | 349:ed137d66ac65 |
---|---|
389 ; Flags | 389 ; Flags |
390 #DEFINE tts_extra_time flag1,0 ; Showing "Future TTS" customview | 390 #DEFINE tts_extra_time flag1,0 ; Showing "Future TTS" customview |
391 #DEFINE uart_dump_screen flag1,1 ; Screen copy to USB. | 391 #DEFINE uart_dump_screen flag1,1 ; Screen copy to USB. |
392 #DEFINE pre_zero_flag flag1,2 ; leading zeros | 392 #DEFINE pre_zero_flag flag1,2 ; leading zeros |
393 #DEFINE neg_flag flag1,3 ; e.g. Sub_16 (sub_c = sub_a - sub_b) | 393 #DEFINE neg_flag flag1,3 ; e.g. Sub_16 (sub_c = sub_a - sub_b) |
394 #DEFINE FLAG_3 flag1,4 ; unused | 394 #DEFINE logbook_format_0x21 flag1,4 ; =1: New 0x21 Logbook header format |
395 #DEFINE leading_zeros flag1,5 ; display leading zeros? | 395 #DEFINE leading_zeros flag1,5 ; display leading zeros? |
396 #DEFINE show_last3 flag1,6 ; show only three figures | 396 #DEFINE show_last3 flag1,6 ; show only three figures |
397 #DEFINE leftbind flag1,7 ; leftbinded output | 397 #DEFINE leftbind flag1,7 ; leftbinded output |
398 | 398 |
399 #DEFINE onesecupdate flag2,0 ;=1 after any second | 399 #DEFINE onesecupdate flag2,0 ;=1 after any second |