Michał Moskal
Michał Moskal
Also, there should be no differences in the actual values of numbers between simulator and hardware; hardware may round them differently but only when displaying, the intermediate results should be...
I believe this is still broken. We need to make a call if the simulator should be updated to match hardware or if we should just drop the `**` operator...
@yuanyanhui could you post your bootloader config? @tongjinlv @yuanyanhui which version of arcade are you using? could you share the program you're using to test?
It looks like you would need an explicit TODO queue/stack in `_rec_create_index_map` and `_rec_serialize`
I had an issue with stale `__pycache__` folders. Removing them helped.
branch: https://github.com/microsoft/devicescript/tree/var-when-used branch - but this requires some work with cell assignment in the compiler
Right, 16 and 17 are used by PSRAM if PSRAM is installed. I assume your board doesn't have it. I guess we should have an option in the .board.json to...
I suspect it just runs for too long - the algorithm is quadratic - PRs are welcome! We limit execution to `DEVS_MAX_STEPS` (128k) opcodes before you need to yield.
Not currently.
It would be most welcome!