To go to a specific memory address
On the Edit menu, highlight Go To and choose Address from the resulting pop-up menu.
Type the address you want to view and click Go To.
Note
The address can be entered in either decimal or hexadecimal:
32678 (Decimal)
0x8000 (C hex notation)
8000h (Zilog hex notation)
$8000 (Hexadecimal)
#8000 (DevPac hex)