TUM-LRR / Jasmin

Java Assembler Interpreter
GNU General Public License v2.0
64 stars 22 forks source link

OF flag set wrongly with 1-bit left shifts #36

Closed meyerm closed 7 years ago

meyerm commented 7 years ago

The OF flag is set by 1-bit shifts:

The first case (left shifts) is handled wrongly by Jasmin.