comparison src/options.asm @ 418:a5fc007634c5

some cleanup
author heinrichsweikamp
date Tue, 19 Apr 2016 14:03:24 +0200
parents 653a3ab08062
children dfac393b2199
comparison
equal deleted inserted replaced
417:e5a9c9f76315 418:a5fc007634c5
34 global option_inc ; Increment FSR0 option. 34 global option_inc ; Increment FSR0 option.
35 global option_draw ; STRCAT FRS0 option. 35 global option_draw ; STRCAT FRS0 option.
36 36
37 37
38 ;============================================================================= 38 ;=============================================================================
39 CBLOCK tmp+0x10 ; Reserve space for wordprocessor & convert 39 CBLOCK tmp+0x12 ; Reserve space for wordprocessor & convert
40 opt_type 40 opt_type
41 opt_default 41 opt_default
42 opt_inc ; Also default+1 (string), and enum low 42 opt_inc ; Also default+1 (string), and enum low
43 opt_min ; also enum high 43 opt_min ; also enum high
44 opt_max 44 opt_max
45 opt_unit:2 ; Multi-lingual unit text. 45 opt_unit:2 ; Multi-lingual unit text.
46 opt_eeprom 46 opt_eeprom
47 opt_backup_tbl:3 47 opt_backup_tbl:3
48 ; Reserved to tmp+0x1F... 48 ; Reserved to tmp+0x1C...
49 ENDC 49 ENDC
50 50
51 gui CODE ; Appends to other GUI segment 51 gui CODE ; Appends to other GUI segment
52 ;============================================================================= 52 ;=============================================================================
53 ; Reset all options to factory defauts. 53 ; Reset all options to factory defauts.