Debug: E--Examples
Suppose you type the following command:
ecs:100
Debug displays the contents of the first byte in the following format:
04BA:0100 EB._
To change this value to 41, type 41 at the cursor, as follows:
04BA:0100 EB.41_
You can type consecutive byte values with one e command. Instead of pressing ENTER after typing the new value, press the
SPACEBAR. Debug displays the next value. In this example, if you press the SPACEBAR
three times, Debug displays the following values:
04BA:0100 EB.41 10. 00. BC._
To change the hexadecimal value BC to 42, type 42 at the cursor, as follows:
04BA:0100 EB.41 10. 00. BC.42_
Now suppose that you decide the value 10 should be 6F. To correct this value,
press the HYPHEN key twice to return to address 0101 (value 10). Debug displays
the following:
04BA:0100 EB.41 10. 00. BC.42-
04BA:0102 00.-
04BA:0101 10._
Type 6f at the cursor to change the value, as follows:
04BA:0101 10.6f_
Press ENTER to stop the e command and return to the Debug prompt.
The following is an example of a string entry:
eds:100 "This is the text example"
This string will fill 24 bytes, starting at DS:100.
More Information About Debug: E
Debug: E--Notes
Debug: E