Mail Archives: opendos/2001/08/15/10:36:23
On 2001-08-10, Arkady V.Belousov wrote:
> Compatability issues: does DR-DOS DEBUG support INT#
> non separated from "INT"? Does it supports size modifier
> at any size?
>
> mov [100],byte 0
> mov word [100],0
Yes, but the proper syntax is:
mov byte ptr [100],0
mov word ptr [100],0
mov dword ptr [100],0
You can abbreviate "byte ptr" to "by", "word ptr"
to "wo", and "dword ptr" to "dw".
See NWDOSTIP.TXT (MPDOSTIP.ZIP) for details.
> int29
> int3
No, unlike MS-DOS DEBUG, the DR-DOS DEBUG requires
a space between the command and its arguments.
I do not think this will change, because even if
MS-DOS DEBUG allows this, it´s invalid syntax and
may cause problems when extending support for new
processors. Mind that the MS-DOS DEBUG only supports
the 808x opcodes, while the DR-DOs DEBUG already
supports all commands (available under DOS) up to
the Pentium.
Do you have a special need for this?
Greetings,
Matthias
--
Matthias Paul, Ubierstrasse 28, D-50321 Bruehl, Germany
<mailto:Matthias DOT Paul AT post DOT rwth-aachen DOT de>; <mailto:mpaul AT drdos DOT org>
http://www.uni-bonn.de/~uzs180/mpdokeng.html; http://mpaul.drdos.org
- Raw text -