Up: GEOS SDK TechDocs | Up | Prev: hwalk ... | Next: intr ...

imem

imem [<address>] [<mode>]

Examples:

"imem"
enter imem mode at DS:SI
"imem ds:di"
enter imem mode at DS:SI

Examine memory and modify memory interactively.

See Also: bytes, words, dwords, assign.

imemPageLen

var imemPageLen [<numlines>]

Contains the number of elements to display when imem is given the ^D or ^U command.

impliedgrab

impliedgrab

Examples:

"gentree [impliedgrab]"
print the generic tree under the mouse

Print the address of the current implied grab, which is the screen object grabbing the mouse.

See Also: systemobj, gentree.

impliedwin

impliedwin
"wintree [impliedwin]"
print the window tree of the window under the mouse

Print the address of the current implied window (the window under the mouse).

int

int [<int level> <state>]

Examples:

"int"
report the interrupt statuses
"int 1:1 on"
allow keyboard interrupt while in swat

Set or print the state of the two interrupt controllers for when then machine is stopped in Swat.

intFormat

var intFormat [<format-string>]

Examples:

"var intFormat %d"
Sets the default format for printing unsigned integers to decimal.

$intFormat contains the string passed to the "format" command to print an integer.

The default value is {%xh}, which prints the integer in hexadecimal, followed by an "h".

See Also: print, byteAsChar.


Up: GEOS SDK TechDocs | Up | Prev: hwalk ... | Next: intr ...