Mercurial > public > hwos_code
diff src/options.asm @ 418:a5fc007634c5
some cleanup
author | heinrichsweikamp |
---|---|
date | Tue, 19 Apr 2016 14:03:24 +0200 |
parents | 653a3ab08062 |
children | dfac393b2199 |
line wrap: on
line diff
--- a/src/options.asm Mon Apr 18 17:29:19 2016 +0200 +++ b/src/options.asm Tue Apr 19 14:03:24 2016 +0200 @@ -36,7 +36,7 @@ ;============================================================================= - CBLOCK tmp+0x10 ; Reserve space for wordprocessor & convert + CBLOCK tmp+0x12 ; Reserve space for wordprocessor & convert opt_type opt_default opt_inc ; Also default+1 (string), and enum low @@ -45,7 +45,7 @@ opt_unit:2 ; Multi-lingual unit text. opt_eeprom opt_backup_tbl:3 - ; Reserved to tmp+0x1F... + ; Reserved to tmp+0x1C... ENDC gui CODE ; Appends to other GUI segment