Changeset 55 for trunk/BOOTCODE/VERSION.INC
- Timestamp:
- Jan 28, 2016, 9:39:16 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BOOTCODE/VERSION.INC
r54 r55 31 31 ; Note that the config-version is managed manually. 32 32 AB_MAJOR_VERSION EQU 1 33 AB_MIDDLE_VERSION EQU 034 AB_MINOR_VERSION EQU 833 AB_MIDDLE_VERSION EQU 1 34 AB_MINOR_VERSION EQU 0 35 35 36 36 ; The Year, Month and Day in BCD so we can easily extract nibbles. … … 41 41 ; The Hours, Minutes and Seconds, again in BCD for easy manipulation. 42 42 AB_HOURS EQU 01h 43 AB_MINUTES EQU 0 0h44 AB_SECONDS EQU 0 8h43 AB_MINUTES EQU 01h 44 AB_SECONDS EQU 00h 45 45 46 46 ; The AiR-BOOT signature uses big-endian so we shuffle some bits around.
Note:
See TracChangeset
for help on using the changeset viewer.