YJDoc2 / 8086-Emulator

An Intel 8086 Emulator created in Rust.
Apache License 2.0
340 stars 49 forks source link

Fix MUL/IMUL instructions #24

Open KiN4Tec opened 11 months ago

KiN4Tec commented 11 months ago

This PR fixes #16 by retrieving the result from res instead of the previous value of AL and fixes #22 by using proper integer casting

YJDoc2 commented 10 months ago

Hey, Thanks for the PR! Apologies as I have been busy with other stuff, so couldn't take a look, but will try to get to this soon.

Thanks a lot!