Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added display of immediate operands to disassembly #8

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Jul 21, 2022

  1. Added display of immediate values to disassembly

    The debug output's disassembly now displays immediate values passed to instructions, when applicable.
    weijuwang committed Jul 21, 2022
    Configuration menu
    Copy the full SHA
    1a0c56c View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2022

  1. Changed formats of immediates to hexadecimal

    %hu -> %02X, %hhu -> %04X
    Since immediates are being displayed in hex, an H is also added to the end of the value.
    weijuwang committed Jul 27, 2022
    Configuration menu
    Copy the full SHA
    b1b87c3 View commit details
    Browse the repository at this point in the history