Changeset 83 for trunk/bootcode/special/apm.asm
- Timestamp:
- Apr 8, 2017, 12:26:20 AM (8 years ago)
- File:
-
- 1 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
Note:
See TracChangeset
for help on using the changeset viewer.