rp-rs/pio-rs

Add de-assembler

Closed this issue · 0 comments

This crate supports constructing PIO programs from assembly, but it could also support de-assembling binary strings into instructions. One place where this would be useful is relocating the jump instructions when loading the program on actual hardware. See rp-rs/rp-hal#74 (comment)