Using the 162Bug Debugger
Valid expression examples:
|
| Expression | Result (In Hex) | Notes |
|
|
|
|
|
|
|
|
|
|
|
| FF0011 | FF0011 |
|
|
|
|
|
|
|
| 45+99 | DE |
|
|
|
|
|
|
|
| &45+&99 | 90 |
|
4 |
| |||
|
|
|
| |
| @35+@67+@10 | 5C |
| |
|
|
|
|
|
|
| %10011110+%1001 | A7 |
|
|
|
|
|
|
|
| 88<<4 | 880 | shift left |
|
|
|
|
|
|
| AA&F0 | A0 | logical AND |
|
|
|
|
|
The total value of the expression must be between 0 and $FFFFFFFF.
Address as a Parameter
Many commands use ADDR as a parameter. The syntax accepted by 162Bug is similar to the one accepted by the MC68040
Address Formats
Table
MVME162 Embedded Controller Installation Guide |