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

Arm64 disasm ext reg tests #3

Open
wants to merge 7 commits into
base: main
Choose a base branch
from
Open

Commits on Jul 9, 2023

  1. arm64/disassem.c: add extended register instruction definitions

    Add disassembly support for the following extended register instructions:
     * add
     * adds
     * sub
     * subs
     * cmp
     * cmn
    toor1245 committed Jul 9, 2023
    Configuration menu
    Copy the full SHA
    7ba62ac View commit details
    Browse the repository at this point in the history
  2. add config RPI4

    toor1245 committed Jul 9, 2023
    Configuration menu
    Copy the full SHA
    a2ba5b7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    609bb61 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7a3ebb7 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2023

  1. fix

    toor1245 committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    58aa57e View commit details
    Browse the repository at this point in the history
  2. update tests

    toor1245 committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    a6d73e4 View commit details
    Browse the repository at this point in the history
  3. fix

    toor1245 committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    de80e82 View commit details
    Browse the repository at this point in the history