Dylan McKay
Dylan McKay
Also having this problem
I've taken the two patches posted (thanks @mrpippy and @jschloer!) and turned it into a PR. It is not clear if the interface number returned from IOKit is valid for...
You can see the entire files that reproduce the error in the commit I just referenced above this comment.
I believe we shouldn't even have wide program memory load instructions. The instruction selector will never need it (`lpm` instructions will only be needed in hand-crafted assembly). I will go...
> I'm not sure that is true. This code looks like it is trying to select a wide flash load. I stand corrected. > That said I'm okay with removing...
Nah, not major. I started work on the disassembler but it still has some work to do until all the kinks are ironed out
cc @agnat
The reason I originally said this would be difficult to implement was because I assumed we'd have to be smart about selecting the correct instruction based on the registers. It...
Removing low priority tag because this blocks AVRTiny, which doesn't have the 32-bit variant.