Interrups | Categories | Contents |
AX = 5307h CX = 0002h BX = 0001h (device ID for all power-managed devices)
Return:
After system is resumed CF clear
Notes: Puts the entire system into a low-power suspended state; normally called in response to a Suspend System Request notification after any necessary processing, but may also be invoked at the caller's discretion. Should not be called from within a hardware interrupt handler to avoid reentrance problems. The caller may need to update its date and time values because the system could have been suspended for a long period of time
See Also: AX=5307h/CX=0001h"STAND-BY" - AX=530Bh
Category: Power Management - Int 15h - A
Interrups | Categories | Contents |