adafruit / Adafruit_CircuitPython_PIOASM

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

Add support for .wrap / .wrap_target pseudo instructions #35

Closed jepler closed 2 years ago

jepler commented 2 years ago

This needs support added in the core, so for now the only 'example' prints the C-program version of the pio code:

It also fixes a bug where the core doesn't like "sideset_pin_count=0".