Changeset 63 for trunk/bootcode/version.inc
- Timestamp:
- Oct 9, 2016, 10:53:41 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bootcode/version.inc
r57 r63 32 32 AB_MAJOR_VERSION EQU 1 33 33 AB_MIDDLE_VERSION EQU 1 34 AB_MINOR_VERSION EQU 034 AB_MINOR_VERSION EQU 1 35 35 36 36 ; The Year, Month and Day in BCD so we can easily extract nibbles. 37 AB_YEAR EQU 201 3h38 AB_MONTH EQU 04h39 AB_DAY EQU 0 5h37 AB_YEAR EQU 2016h 38 AB_MONTH EQU 10h 39 AB_DAY EQU 09h 40 40 41 41 ; The Hours, Minutes and Seconds, again in BCD for easy manipulation. 42 AB_HOURS EQU 01h 43 AB_MINUTES EQU 01h 44 AB_SECONDS EQU 00h 42 ;~ AB_HOURS EQU 01h 43 ;~ AB_MINUTES EQU 01h 44 ;~ AB_SECONDS EQU 01h 45 AB_HOURS EQU 99h 46 AB_MINUTES EQU 99h 47 AB_SECONDS EQU 99h 45 48 46 49 ; The AiR-BOOT signature uses big-endian so we shuffle some bits around.
Note:
See TracChangeset
for help on using the changeset viewer.