Eldred Habert
Eldred Habert
I don't like that idea, because `-x 0` is a valid RGBGFX input. How about: if there aren't a multiple of 8 tiles **and** no tilemap is specified **and** `-x`...
In my use case, the default location depends on one of the parameters passed to the grammar; implementing a generic `Default` (or another trait) would require relying on global state,...
That seems like a good idea, the question is how mgbdis should be made aware of the charmap. Perhaps using a [table file](https://transcorp.romhacking.net/scratchpad/Table%20File%20Format.txt), and specifying the table file to use...
Considering the register is called `rP1`, they should be called `P1F_*`. As was mentioned by zlago, I am in favour of a companion file that provides what otherwise becomes boilerplate....
As you mentioned, such code would be 65816, running on the SNES. Thus, it would have no use of `hardware.inc`, and so I believe it wouldn't sway this discussion.
I'd add them to the file, since projects that define their own aren't using `stdlib.inc` in the first place; and if they were (and it had incompatible semantics, or something),...
Well, I'm expecting an implementation to work on any generic type, by making the `impl`s themselves generic; it shouldn't be much work, [`Generics::split_for_impl()`](https://docs.rs/syn/latest/syn/struct.Generics.html#method.split_for_impl) does most of the heavy lifting already...
I'm probably being nerd-sniped, but I also really want this feature... wouldn't co-maintaining the crate be easier?
I understand, but I dislike forks—I'm not even sure how to name it—but if you don't have the energy to review PRs, then that's okay. I'll figure something out.
The problem of maintaining the ancient compiler is that it's full of bugs, has a very unoptimized lib (I'm thinking especially of the VRAM functions, which are heckin' slow). While...