Detailed usage of the debug command under DOS
Name Interpretation format
A (Assemble) progressive assembly A [address]
C (Compare) comparison two memory block C range address
D (Dump) memory 16 binary display d [address] or D [Range]
E (Enter) modify memory bytes e address [list]
F (Fin) preset memory F range List
g (Go) execution program G [=address][address ...]
H (hexavithmetic) Arithmetic operation H value value
I (input) input from the specified port address i pataddress
L (Load) Read disk l [address [driver seetor>
M (Move) memory block transfer m range address
N (name) file name n filespec [filespec ...]
O (output) outputs O portadress byte from the specified port address
Q (Quit) End Q
R (Register) display and modify register R [register name]
S (search) Find byte string s range list
T (trace) trace execution T [=address] [value]
U (unassemble) disassembly u [address] or range
W (Write) disk w [address[driver sector secnum>
Detailed usage of the debug command under DOS