assemble	A [address]
attach process	ATTACH psp
set breakpoint	BP index|AT|NEW address [[NUMBER=]number] [WHEN=cond] [ID=id]
 set ID		BI index|AT address [ID=]id
 set condition	BW index|AT address [WHEN=]cond
 set offset	BO index|AT address [OFFSET=]number
 set number	BN index|AT address|ALL number
 clear		BC index|AT address|ALL
 disable	BD index|AT address|ALL
 enable		BE index|AT address|ALL
 toggle		BT index|AT address|ALL
 swap		BS index1 index2
 list		BL [index|AT address|ALL]
break upwards	BU
compare		C range address
dump		D [range]
dump bytes	DB [range]
dump words	DW [range]
dump dwords	DD [range]
dump interrupts	DI[R][M][L] interrupt [count]
dump LDT	DL selector [count]
dump MCB chain	DM [segment]
display strings	DZ/D$/D[W]# [address]
dump ext memory	DX physical_address
descriptor mod	D.A/D.D/D.B/D.L/D.T, D.? for help
dump text table	DT [T] [number]
enter		E [address [list]]
run extension	EXT [partition/][extensionfile] [parameters]
fill		F range [RANGE range|list]
go		G [=address] [breakpts]
goto		GOTO :label
hex add/sub	H value1 [value2 [...]]
base display	H BASE=number [GROUP=number] [WIDTH=number] value
input		I[W|D] port
if numeric	IF [NOT] (cond) THEN cmd
if script file	IF [NOT] EXISTS Y file [:label] THEN cmd
load program	L [address]
load sectors	L address drive sector count
move		M range address
80x86/x87 mode	M [0..6|C|NC|C2|?]
set name	N [[drive:][path]progname.ext [parameters]]
set command	K [[drive:][path]progname.ext [parameters]]
output		O[W|D] port value
proceed		P [=address] [count [WHILE cond] [SILENT [count]]]
quit		Q
quit process	QA
quit and break	QB
register	R [register [value]]
Run R extended	RE
RE commands	RE.LIST|APPEND|REPLACE [commands]
Run Commandline	RC
RC commands	RC.LIST|APPEND|REPLACE [commands]
toggle 386 regs	RX
search		S range [REVERSE] [SILENT number] [RANGE range|list]
sleep		SLEEP count [SECONDS|TICKS]
trace		T [=address] [count [WHILE cond] [SILENT [count]]]
trace (exc str)	TP [=address] [count [WHILE cond] [SILENT [count]]]
trace mode	TM [0|1]
enter TSR mode	TSR
unassemble	U [range]
view screen	V [ON|OFF [KEEP|NOKEEP]]
write program	W [address]
write sectors	W address drive sector count
run script	Y [partition/][scriptfile] [:label]

Additional help topics:
 Registers	?R
 Flags		?F
 Conditionals	?C
 Expressions	?E
 Variables	?V
 R Extended	?RE
 Run keywords	?RUN
 Options pages	?OPTIONS
 Options	?O
 Boot loading	?BOOT
 lDebug build	?BUILD
 lDebug build	?B
 lDebug sources	?SOURCE
 lDebug license	?L

Prompts: '-' = real or V86 mode; '#' = protected mode
