This repository was archived by the owner on Sep 2, 2018. It is now read-only.
This repository was archived by the owner on Sep 2, 2018. It is now read-only.
Machine code generator doesn't support STD
instructions #10
Closed
Description
See branch avr-obj-support.
STD
instructions derive from Pseudo
which is located in AVRInstFormats.td
. Pseudo
instructions have no physical encoding, and so when the code generator encounters them, NOP
instructions are written in its place.