Eldred Habert
Eldred Habert
On one hand, I see what you mean, OTOH, it's not different from the meaning of operators changing depending on the operands' types, which are implicitly set from the context...
> If `Q.8(2 - 1.5)` is the same as `2 - Q.8(1.5)`, then I don't think there's any need for "`Q.8`" at all: a global `OPT f8` or `rgbasm -f8`...
I disagree still because of the discrepancy of treating them like integers but actually not, but I'll yield on this one, then.
Sounds like too niche an usage, imo. I'm okay with saving macros, though we may want a different mechanism than this (I believe more in proper scoping than bodges like...
Here's a tentative implementation: - (Rename `cpu_command` to `cpu_instr`, grrr) - Have `cpu_instr` return the bytes/patches to be written instead of directly outputting them to the object file - Have...
Doubt it, it's not very DRY, especially if some syntax regarding expressions is changed. (Shortcuts, or whatever.) I prefer the dummy argument solution.
For some reason, gb-starter-kit fails to build on macOS and Windows, even with parallel build disabled. [This debug output](https://github.com/ISSOtm/rgbds/runs/3154512610?check_suite_focus=true#step:8:6369) puzzles me: ``` Prerequisite `res/crash_font.1bpp.pb8.size' is newer than target `dep/crash_handler.mk'. No...
After doing a lot of testing, it appears we have a `make` issue: it sometimes generates `dep/crash_handler.mk`, then attempts to generate `obj/crash_handler.o` (which fails due to a missing dep), but...
I would like to apply for push access to this repository. While I don't know the code base nearly as much as any of you three, I believe I know...
Thank you!