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

Fixes for mov op for nz assembler #5020

Merged
merged 1 commit into from May 27, 2016
Merged

Fixes for mov op for nz assembler #5020

merged 1 commit into from May 27, 2016

Commits on May 27, 2016

  1. Fixes for mov op for nz assembler

    A number of fixes and updates to the `mov` command for the nz assembler
    including:
    
    * handling of `esp` register in more cases
    * able to handle negative offsets for target register both byte and word
    * able to handle negative offsets for target with immediate value as
            source, both byte and word
    * refactor mov block of code to be more consistent (further work needed)
    Svenito committed May 27, 2016
    Configuration menu
    Copy the full SHA
    5d44e4d View commit details
    Browse the repository at this point in the history