Henry Gabryjelski
Henry Gabryjelski
I admit I'm having trouble visualizing a well-formed program that, with adding the `dec {x | y}` pseudo-instruction, would fail to compile. For example, I think a label requires `:`?...
The current compiler might **_choose_** to emit an error for current keywords, when they are used as a label. I not yet seeing where this would be **_required_** behavior when...
Even where there is a namespace collision, this is not a compatibility problem or caused by a new instruction. The parser functions `add_symbol()` and `add_label()` appear to have the potential...
Still hopeful that useful pseudo-instructions such as `dec` can be added.
> thank you for your PR and patient, I was off for TET (Lunar New Year). Welcome back, and I hope your time off was all that you hoped! >...
It's been a couple months since I worked on this. If I understand your PR, you are trying to explicitly keep that macro to type `uint8_t`, and chose to use...
This is a heisenbug ... heavily dependent on timing / compilation options / etc. This requires manual review of code to see the problem, so I worked multiple hours to...
**UPDATE:** For IN transfers (to host), this bug would instead mean that the data sent to the host can sometimes get corrupted. Are there unwritten rules requiring that certain requests...
Board Favorites -- This is so much better than blacklist / hiding individual boards. After all, none of these are convenient: * initial addition of all non-desired boards to a...