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

New x87/x86 Opcodes #165

Merged
merged 5 commits into from
Oct 7, 2020
Merged

New x87/x86 Opcodes #165

merged 5 commits into from
Oct 7, 2020

Commits on Oct 5, 2020

  1. New x87 & x86 Opcodes

    - Added FCLEX, FNCLEX, FRNDINT, ROR, FTST
    enusbaum committed Oct 5, 2020
    Configuration menu
    Copy the full SHA
    c2ca80d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6a08115 View commit details
    Browse the repository at this point in the history
  3. Unit Tests for new FPU Instructions

    - Added HLT (nop)
    - Added INT 3Eh (Ignore)
    - Unit Tests for new FPU instructions and Rotate Right
    enusbaum committed Oct 5, 2020
    Configuration menu
    Copy the full SHA
    221f2d3 View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2020

  1. Configuration menu
    Copy the full SHA
    ca00799 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a86d07f View commit details
    Browse the repository at this point in the history