comparison src/hwos.inc @ 418:a5fc007634c5

some cleanup
author heinrichsweikamp
date Tue, 19 Apr 2016 14:03:24 +0200
parents 4389fe9673b2
children 789230298511
comparison
equal deleted inserted replaced
417:e5a9c9f76315 418:a5fc007634c5
18 #include <p18f87k22.inc> 18 #include <p18f87k22.inc>
19 #include <ports.inc> ; Portmap 19 #include <ports.inc> ; Portmap
20 20
21 ; Firmware definition 21 ; Firmware definition
22 #DEFINE softwareversion_x d'2' ; Software version XX.YY 22 #DEFINE softwareversion_x d'2' ; Software version XX.YY
23 #DEFINE softwareversion_y d'05' ; Software version XX.YY 23 #DEFINE softwareversion_y d'06' ; Software version XX.YY
24 #DEFINE softwareversion_beta 0 ; (and 0 for release) 24 #DEFINE softwareversion_beta 1 ; (and 0 for release)
25 ; Firmware version will appear in "Change Firmware" style 25 ; Firmware version will appear in "Change Firmware" style
26 #DEFINE firmware_expire_year .17 26 #DEFINE firmware_expire_year .17
27 #DEFINE firmware_expire_month .3 27 #DEFINE firmware_expire_month .3
28 #DEFINE firmware_expire_day .10 28 #DEFINE firmware_expire_day .10
29 29
507 ; Space for various overlayed data from color, word, menu processors, etc. 507 ; Space for various overlayed data from color, word, menu processors, etc.
508 ; 508 ;
509 509
510 tmp udata_ovr 0x1A0 ; Bank1 shared TMP space 510 tmp udata_ovr 0x1A0 ; Bank1 shared TMP space
511 tmp equ 0x1A0 ; Alias for CBLOCK directive. 511 tmp equ 0x1A0 ; Alias for CBLOCK directive.
512 res 0x060 ; RESERVED area. 512 res 0x05F ; RESERVED area.
513 513
514 ;---------------------------- Common2 DATA ------------------------------------ 514 ;---------------------------- Common2 DATA ------------------------------------
515 515
516 common2 equ 0xA00 ; Alias for "banksel common" 516 common2 equ 0xA00 ; Alias for "banksel common"
517 common2 udata_ovr common2 ; Bank1 general variables 517 common2 udata_ovr common2 ; Bank1 general variables