TUM-LRR / Jasmin

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

OF flag ignored with 1-bit left shifts #37

Closed meyerm closed 7 years ago

meyerm commented 7 years ago

The OF flag should be set as described in #36. For left shifts, Jasmin ignores this if the count is within a register (CL).

meyerm commented 7 years ago

Should be fixed by PR #38.