DavePearce / JavaAVR

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

Broken Skip Instructions #1

Closed DavePearce closed 6 years ago

DavePearce commented 6 years ago

The executor currently does not handle skip instructions properly. Specifically in the case where the following instruction is a double-word instruction, it should skip over that. The obvious solution is to decode one word ahead.

DavePearce commented 6 years ago

Now fixed.