Uri Shaked

Results 619 comments of Uri Shaked

@gfeun (author of #19), you may find this discussion interesting :)

Yes, definitely, sounds like a good plan. It's going to be interesting :)

Yes, the compile seems to be very good at optimizing - it inlines the functions and then also precalculates the result of the expression. Pretty smart! So far, it seems...

Indeed, we'd need some basic opcode decoding to extract the target registers out of `ADD`. Also, the existing TS code can probably be used without too much changes...

Yes, we can either create a different repo (if the code is entirely different), or a new branch here, in case the code is still the same (or auto-generated from...

Yes, it makes sense to create a new repo for experiments. Would you prefer to have it under your github user or here (under the wokwi organization)? Not sure how...

Hi @ricardojlrufino, I think there's an example inside [avr8js-electron-playground](https://github.com/arcostasi/avr8js-electron-playground)

I hope that Anderson will reply soon to the issue, I believe he's quiet busy nowadays... The "driver" part is not open, but some drivers are available in the [AVR8js...

As for the compilation error: You'd need to send a "libraries.txt" file to the build server, telling it to use the Adafruit_SSD1306 library, similar to how it works on Wokwi.com....

Thanks for the detailed feedback! Yes, something like you suggest seems to be out of the scope of AVR8js, as it goes into digital (and maybe also analog?) simulation, and...