I was just on the phone with a nice man at a computer support company ( Flow Chart Reader)

I was stunned when out of the blue he sent me an e-mail with a "debug script"

The script is as follows

I haven't got alot of experience with debug can anyone determine what its supposed to do ?


_________________________________________________________________________

type "debug" at the command prompt

Your prompt will be a dash "-"
Note that you do NOT type the xxxx:xxxx.These are representations of a hex
number that the debug program returns after A CS:100
PRESS RETURN AT THE END OF EACH LINE.

F 200 L1000 0

A cs:100

xxxx:xxxx mov ax,301

xxxx:xxxx mov bx,200

xxxx:xxxx mov cx,1

xxxx:xxxx mov dx,80 (or 81 if it is the slave HDD)

xxxx:xxxx int13

xxxx:xxxx int20

xxxx:xxxx (press enter for blank line)

- g (to execute the program. JUST TYPE THE LETTER, NOT -)

- q (quit Debug)