Mercurial > public > mk2
comparison code_part1/OSTC_code_asm_part1/customview.asm @ 592:cda5b45b953f
NEW: Deco mode "pSCR-GF": Computes deco and CNS based on pSCR parameters (CF62/63)
author | heinrichsweikamp |
---|---|
date | Mon, 28 May 2012 17:54:43 +0200 |
parents | 44e9b961f156 |
children | bab5a9fc1b10 |
comparison
equal
deleted
inserted
replaced
591:2966548fbe70 | 592:cda5b45b953f |
---|---|
403 bra surfcustomview_toggle_exit ; =3 (Apnoe) | 403 bra surfcustomview_toggle_exit ; =3 (Apnoe) |
404 dcfsnz temp10,F | 404 dcfsnz temp10,F |
405 call PLED_show_cf32_cf33_cf29 ; =4 (L16-GF OC) | 405 call PLED_show_cf32_cf33_cf29 ; =4 (L16-GF OC) |
406 dcfsnz temp10,F | 406 dcfsnz temp10,F |
407 call PLED_show_cf32_cf33_cf29 ; =5 (L16-GF CC) | 407 call PLED_show_cf32_cf33_cf29 ; =5 (L16-GF CC) |
408 dcfsnz temp10,F | |
409 call PLED_show_cf32_cf33_cf62_cf63 ; =6 (pSCR-GF) | |
410 | |
408 bra surfcustomview_toggle_exit | 411 bra surfcustomview_toggle_exit |
409 | 412 |
410 surfcustomview_toggle_exit: | 413 surfcustomview_toggle_exit: |
411 bcf toggle_customview ; Clear flag | 414 bcf toggle_customview ; Clear flag |
412 clrf timeout_counter2 ; Clear timeout | 415 clrf timeout_counter2 ; Clear timeout |