Changeset 117 for trunk/bootcode/special/apm.asm
- Timestamp:
- Apr 8, 2017, 12:27:15 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bootcode/special/apm.asm
r83 r117 31 31 32 32 IFDEF AUX_DEBUG 33 IF 1 34 pushf 33 35 pusha 34 mov si, offset $+535 jmp @F36 db 10,'>> System Shutdown <<',10,037 @@:call AuxIO_Print36 mov si, offset $+5 37 jmp @F 38 db 10,'>> System Shutdown <<',10,0 39 @@: call AuxIO_Print 38 40 popa 41 popf 42 ENDIF 39 43 ENDIF 40 44
Note:
See TracChangeset
for help on using the changeset viewer.