- Timestamp:
- Apr 8, 2017, 12:26:20 AM (8 years ago)
- Location:
- trunk
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bootcode/special/apm.asm
r65 r83 29 29 30 30 APM_TurnOffComputer Proc Near Uses ax bx cx 31 32 IFDEF AUX_DEBUG 33 pusha 34 mov si, offset $+5 35 jmp @F 36 db 10,'>> System Shutdown <<',10,0 37 @@: call AuxIO_Print 38 popa 39 ENDIF 40 31 41 mov ax, 5301h 32 42 xor bx, bx -
trunk/include/version.h
r78 r83 32 32 #define BLDLVL_YEAR "2017" 33 33 #define BLDLVL_MONTH "03" 34 #define BLDLVL_DAY " 19"34 #define BLDLVL_DAY "20" 35 35 // Build time 36 36 //~ #define BLDLVL_HOURS "01" -
trunk/include/version.inc
r78 r83 70 70 AB_YEAR EQU 2017h 71 71 AB_MONTH EQU 03h 72 AB_DAY EQU 19h72 AB_DAY EQU 20h 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.