Changeset 68 for trunk/bootcode/version.inc
- Timestamp:
- Apr 8, 2017, 12:25:44 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bootcode/version.inc
r65 r68 68 68 69 69 ; The Year, Month and Day in BCD so we can easily extract nibbles. 70 AB_YEAR EQU 201 6h71 AB_MONTH EQU 10h72 AB_DAY EQU 1 0h70 AB_YEAR EQU 2017h 71 AB_MONTH EQU 03h 72 AB_DAY EQU 15h 73 73 74 74 ; The Hours, Minutes and Seconds, again in BCD for easy manipulation. … … 76 76 ;~ AB_MINUTES EQU 01h 77 77 ;~ AB_SECONDS EQU 01h 78 AB_HOURS EQU 99h79 AB_MINUTES EQU 99h80 AB_SECONDS EQU 99h78 AB_HOURS EQU 23h 79 AB_MINUTES EQU 59h 80 AB_SECONDS EQU 59h 81 81 82 82 ; The AiR-BOOT signature uses big-endian so we shuffle some bits around.
Note:
See TracChangeset
for help on using the changeset viewer.