LDS/STS are 32-bit instructions on AVR, which can access 64KB data
space. While they are 16-bit instructions on AVRTiny, which can
only access 128B data space.
Details
Details
- Reviewers
aykevl dylanmckay - Commits
- rG77249ea6bc66: [AVR] Support 16-bit LDS/STS on AVRTiny.
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo