comparison src/logbook.asm @ 640:8c1f1f334275

3.13 release
author heinrichsweikamp
date Thu, 29 Oct 2020 09:29:15 +0100
parents 4050675965ea
children 070528a88715
comparison
equal deleted inserted replaced
639:0ff82370991d 640:8c1f1f334275
1 ;============================================================================= 1 ;=============================================================================
2 ; 2 ;
3 ; File logbook.asm * combined next generation V3.09.5 3 ; File logbook.asm * combined next generation V3.12.2
4 ; 4 ;
5 ; Logbook 5 ; Logbook
6 ; 6 ;
7 ; Copyright (c) 2011, JD Gascuel, HeinrichsWeikamp, all right reserved. 7 ; Copyright (c) 2011, JD Gascuel, HeinrichsWeikamp, all right reserved.
8 ;============================================================================= 8 ;=============================================================================
1385 1385
1386 logbook_decomodel_2: 1386 logbook_decomodel_2:
1387 ; deco model GF version 1387 ; deco model GF version
1388 STRCAT_PRINT "ZH-L16+GF" ; print model label 1388 STRCAT_PRINT "ZH-L16+GF" ; print model label
1389 WIN_SMALL .5,.90 ; set position 1389 WIN_SMALL .5,.90 ; set position
1390 STRCPY_TEXT tSD2 ; print label 1390 STRCPY_TEXT tGF2 ; print label "GF :"
1391 MOVII header_buffer+index_gf_lo_hi,mpr ; get GF factors 1391 MOVII header_buffer+index_gf_lo_hi,mpr ; get GF factors
1392 bra logbook_decomodel_com ; continue with common part 1392 bra logbook_decomodel_com ; continue with common part
1393 1393
1394 logbook_decomodel_1: 1394 logbook_decomodel_1:
1395 ; deco model none-GF version 1395 ; deco model none-GF version
1396 STRCAT_PRINT "ZH-L16" ; print model label 1396 STRCAT_PRINT "ZH-L16" ; print model label
1397 WIN_SMALL .5,.90 ; set position 1397 WIN_SMALL .5,.90 ; set position
1398 STRCPY_TEXT tGF2 ; print label 1398 STRCPY_TEXT tSD2 ; print label "S/D:"
1399 MOVII header_buffer+index_factor_sat_desat,mpr; get both factors 1399 MOVII header_buffer+index_factor_sat_desat,mpr; get both factors
1400 ;bra logbook_decomodel_com ; continue with common part 1400 ;bra logbook_decomodel_com ; continue with common part
1401 1401
1402 logbook_decomodel_com: 1402 logbook_decomodel_com:
1403 output_256 ; print saturation factor 1403 output_256 ; print GF low / saturation factor
1404 STRCAT "%/" 1404 STRCAT "%/"
1405 movff hi,lo ; print desaturation factor 1405 movff hi,lo ; print GF high / desaturation factor
1406 output_256 ; ... 1406 output_256 ; ...
1407 PUTC_PRINT "%" ; append unit and dump buffer to screen 1407 PUTC_PRINT "%" ; append unit and dump buffer to screen
1408 1408
1409 logbook_cns: 1409 logbook_cns:
1410 WIN_SMALL .5,.115 1410 WIN_SMALL .5,.115