- Timestamp:
- Nov 7, 2017, 7:12:42 AM (8 years ago)
- Location:
- trunk
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bootcode/regular/conv.asm
r129 r179 64 64 ; Out: AX - |digitcount|digit2|digit1|digit0| 65 65 ; Destroyed: none 66 IF 0 66 67 CONV_BinToPBCD Proc Near uses cx 67 68 … … 109 110 ret 110 111 CONV_BinToPBCD Endp 112 ENDIF 111 113 112 114 -
trunk/include/version.h
r177 r179 32 32 #define BLDLVL_YEAR "2017" 33 33 #define BLDLVL_MONTH "04" 34 #define BLDLVL_DAY "1 2"34 #define BLDLVL_DAY "13" 35 35 // Build time 36 36 //~ #define BLDLVL_HOURS "01" -
trunk/include/version.inc
r177 r179 70 70 AB_YEAR EQU 2017h 71 71 AB_MONTH EQU 04h 72 AB_DAY EQU 1 2h72 AB_DAY EQU 13h 73 73 74 74 ; The Hours, Minutes and Seconds, again in BCD for easy manipulation.
Note:
See TracChangeset
for help on using the changeset viewer.