To push a value onto the stack

  1. If the Call Stack window is not visible, click Call Stack on the View menu.

  2. Click the Push Value button on the toolbar.

  3. Enter a 16-bit value.

  4. Click OK

Tip

  • Values can be entered in either decimal or hexadecimal:

    • 32678 (Decimal)

    • 0x8000 (C hex notation)

    • 8000h (Zilog hex notation)

    • $8000 (Hexadecimal)

    • #8000 (DevPac hex)

  • You can also use the shortcut key, Ctrl+T to open the Call Stack window.

  • Use Quick Peek to quickly view the memory pointed to by values on the stack.

  • Click an address to open that address in the disassembly window.

  • Ctrl+Click an address to open that address in the memory inspector.