DavePearce / JavaAVR

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

Decoding Subsumed Instructions #3

Closed DavePearce closed 6 years ago

DavePearce commented 6 years ago

At the moment, I think the decoder won't generate a subsumed instruction. Rather it'll generate the parent version, which is less ascetically pleasing I think.

DavePearce commented 6 years ago

This was fixed.