size
Shows and sets the size units used by the PDE commands.
- Syntax
size [byte/word/long]
- Parameters
-
[byte]
- Specifies 8 bit byte operation.
[word]
- Specifies 16 bit word operation.
[long]
- Specifies 32 bit long operation.
- Example
-
To show the current size mode, type the following command:
size
To set the current size mode to long, type the following command:
size long
- Notes
- The
size command affects the operation of all PDE
commands. PDE commands will accept and display numbers in the units
specified by the size setting.
Many PDE commands have an optional parameter to specify the units of
operation. A command line specification has precedence over the
size setting.
The size command can be abbreviated si.
The [byte], [word], and [long]
parameters can be abbreviated [b], [w], and
[l], respectively.
Comments or Questions?
send email to : languard (at) pix (dot) net
Last Updated: $Date: 2003/01/25 05:16:21 $