Commit c7a4f0ed2b24d36d13c80af60ce536e3d44b7e0c
authorbsekisser <squirmyworms@embarqmail.com>
Sun, 13 Oct 2013 17:09:53 +0000 (13:09 -0400)
committerbsekisser <squirmyworms@embarqmail.com>
Sun, 13 Oct 2013 17:09:53 +0000 (13:09 -0400)
treeaa9f7d4fadd465d98edf283af0ec366f8bacf858
parent2c407d6d22473809a431a55b1c6877015c3c9814
Message:
sim_core.c: fix implimentation of ror instruction

prior implimentation just cleared n flag while specification states n should be set or cleared according to the most significant bit of the result.

bug find credit goes to: Shay Green <gblargg@gmail.com>

modified:   simavr/sim/sim_core.c
simavr/sim/sim_core.c