DavePearce / JavaAVR

Simple AVR simulator written in Java
Apache License 2.0
9 stars 2 forks source link

Bug with InstructionGenerator #15

Open DavePearce opened 5 years ago

DavePearce commented 5 years ago

The InstructionGenerator contains a bug when generating the getBytes() methods as it does not consider the transformations which have been applied to arguments. For example, in the call and jmp instructions we must undo the RotateRight transformation.