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

PHAPI, TOKOPT, CHROPT and SAMTO Fixes #628

Merged
merged 15 commits into from
Jul 24, 2024
Merged

PHAPI, TOKOPT, CHROPT and SAMTO Fixes #628

merged 15 commits into from
Jul 24, 2024

Conversation

enusbaum
Copy link
Member

@enusbaum enusbaum commented Jul 13, 2024

  • Fixed CHROPT to use the last character in the MSG file value
  • Fixed TOKOPT to use the last word in the MSG file value
  • Added TOKOPT Unit Tests
    image
  • Fixed SAMETO to use the C# equivalent of .StartsWith() vs. .Contains()
    image
  • Updated NuGet Packages to Latest
  • Updated PHAPI 0x10 to be DosAllocSeg() (this will break another module I forget, but is correct for Galactic Empire)
  • Fixed 3 Operand IMUL Operations

enusbaum added 6 commits July 13, 2024 14:27
- Fixes 3 Operand IMUL Operations
- Unit Tests for IMUL
- Enhanced 3 Operand `IMUL` to use width specific helper functions
- Properly Set OF/CF on Overflow
MBBSEmu.Tests/CPU/IMUL_Tests.cs Outdated Show resolved Hide resolved
MBBSEmu/CPU/CPUCore.cs Show resolved Hide resolved
MBBSEmu/CPU/CPUCore.cs Show resolved Hide resolved
- Verified Unit Tests + Results against DOSBox
@paladine paladine merged commit 75a89ef into master Jul 24, 2024
2 checks passed
@paladine paladine deleted the GE-Fixes branch July 24, 2024 15:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants