To go to a specific memory address

  1. On the Edit menu, highlight Go To and choose Address from the resulting pop-up menu.

  2. 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)