Re: Open the CD-ROM



alex wrote:
mov al, 1 ; If here, error in parameters; set exit code=1
TRM0: mov ah, 4Ch ; Terminate
int 21h


mov ax,0x4c01

yep

Nope.

....
jmp short TRM0 ; (0: no error; other: driver error occurred)
....

Best,
Frank
.