Interrups | Categories | Contents |
AH = 07h CX = number of bytes to retrieve (0001h-0100h) ES:BX -> buffer for data
Return:
CF clear if successful CF set on error AL = error code (01h = too much data)
Note: Retrieve data previously stored with AH=06h
See Also: AH=06h
Category: Debuggers/Debugging Tools - Int 7Dh - S
Interrups | Categories | Contents |