comparison code_part1/OSTC_code_asm_part1/start.asm @ 668:8f8d39117ff7

always start with normal GF
author heinrichsweikamp
date Sun, 02 Dec 2012 23:24:52 +0100
parents 8a8124f6b389
children 683e7d821678
comparison
equal deleted inserted replaced
667:8a8124f6b389 668:8f8d39117ff7
374 ; Load GF values into RAM 374 ; Load GF values into RAM
375 rcall restart_load_gf 375 rcall restart_load_gf
376 return ; start in Surfacemode 376 return ; start in Surfacemode
377 377
378 restart_load_gf: 378 restart_load_gf:
379 btfss use_aGF 379 btfsc use_aGF
380 bra restart_load_gf2 ; Use aGf 380 bra restart_load_gf2 ; Use aGf
381 ; Use normal GF 381 ; Use normal GF
382 ; Load GF values into RAM 382 ; Load GF values into RAM
383 GETCUSTOM8 d'32' ; GF low 383 GETCUSTOM8 d'32' ; GF low
384 movff EEDATA,char_I_GF_Low_percentage 384 movff EEDATA,char_I_GF_Low_percentage