captainys / TOWNSEMU

FM Towns Emulator "Tsugaru"
BSD 3-Clause "New" or "Revised" License
238 stars 17 forks source link

fix NEG instruction to avoid UB and set AF properly #54

Closed pinterior closed 1 year ago

pinterior commented 1 year ago

SF is 0 (should be 1) on VS2019+clang build when negating 0x80000000.

Changes

Check Program

https://gist.github.com/pinterior/443eeeda34b92e4206726a90b9bc4724

Closes #44 (not a clang bug)

captainys commented 1 year ago

Thanks, I take it.