You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
if you put 14 00 00 00 and 03 00 00 00 in MULTINA and MULTINB,. the result should be AB AA AA AA 06 00 00 00 in the 64 bit DIVOUT register. On xemu (next branch f16e0ae) it is AA in the first byte instead.
I feel, this is still in the flux, and I should wait what the final solution should be, what I have to follow then. It's also possible that the current Xemu implementation will be the one with MEGA65, so ...
PR in mega65-core to fix round-off errors: MEGA65/mega65-core#812This likely will change the result of the exact remainder values anyway even on mega65-core! >>has been merged into the development branch of mega65-core already, it seems<<
Describe the bug
if you put
14 00 00 00
and03 00 00 00
in MULTINA and MULTINB,. the result should beAB AA AA AA 06 00 00 00
in the 64 bit DIVOUT register. On xemu (next branch f16e0ae) it is AA in the first byte instead.Used version of the project
next branch f16e0ae
To Reproduce
MONITOR
MFFD3670 FFD367F
AB AA AA AA 06 00 00 00
after>0FFD3770
and press returnMFFD..
press return,check result.Expected behavior
The text was updated successfully, but these errors were encountered: