Using the 197Bug Debugger
Address as a Parameter
Many commands use ADDR as a parameter. The syntax accepted by 197Bug is similar to the one accepted by the
Address Formats
4Addresses are entered as a hexadecimal number, e.g., 20000 would correspond to address $00020000. The address, or starting address of a range, can be qualified by a suffix of the form ^S, ^s, ^U, or ^u, where S or s defines Supervisor address space, and U or u defines user address space. The default, when the qualifier is not specified, is Supervisor.
Once a qualifier has been entered, it remains valid for all addresses entered for that command sequence, until the 197Bug is
An alternate form of Address is Rnn, which tells the bug to use the address contained in CPU Register Rnn, where nn=00 through 31 (i.e., 00, 01, ..., or 31).
Hence ADDR:= Hex Number{[^S][^s][^U][^u]} Rnn
|
|
| In commands with RANGE specified as ADDR DEL ADDR, |
N |
|
| |
ote |
| ||
| and with size option H or W chosen, data at the second | ||
|
|
| |
|
|
| (ending) address is acted on only if the second address is a |
|
|
| proper boundary for a |
|
|
| Otherwise, the range is truncated so that the last byte acted |
|
|
| upon is at an address that is a proper boundary. |
Offset Registers
Eight
Installation Guide |