adafruit / Adafruit_CircuitPython_PIOASM

Simple assembler to convert pioasm to bytes
MIT License
27 stars 17 forks source link

tests may not cover 'out' instruction? #44

Closed jepler closed 6 months ago

jepler commented 2 years ago

While working on #43 I learned that my early implementation of 'out' was wrong, even after the tests passed. Is there no/inadequate coverage of 'out' in the existing tests? Add tests for several 'out' instructions with manually-verified results.