bbbbbr
bbbbbr
Seems possible this is related to #1870
For testing- Added a build of SDCC with the `dataseg` pragma patch for z80/sm83 (NES patch not applied): The gbdk-sdcc repo commits are on `sdcc_4.5.0_dataseg_pragma` Example usage (see attached example...
Patch (for `sm83` and `z80`) included in build and gbdk as of: https://github.com/gbdk-2020/gbdk-2020/pull/826
(documenting for ease of future reference) Request by toxa: > all in all, by suggestion is: > 1. generate .area for the SFR variable block > 2. emit .globl for...
Patch for SFR export and area emiting added to branch: `sdcc_4.5.5_sm83_sfr_export_and_area` https://github.com/gbdk-2020/gbdk-2020-sdcc/tree/refs/heads/sdcc_4.5.5_sm83_sfr_export_and_area
SFR patch also merged. https://github.com/gbdk-2020/gbdk-2020-sdcc/pull/17 There is no `dataseg` pragma support for NES. It turns out there is currently no support for the `-ba` argument on NES right now, so...
Thanks for opening the PR, some of these features sound cool and could be useful. In general I'm not planning to make improvements and in particular algorithmic and structural changes...
Looks like it might have been copied from the `0x1E` entry. https://github.com/gbdev/pandocs/commit/6c3b4f4d5075424254088463dc0b2f41b99114a3 This could be an alternative description, noting that it also doesn't have RAM and a battery (from what...
This thread is a lot to scroll through, so not sure I'm following it all. One thing to check: > The only other thing I could think of is if...
If you run cc1 in a command prompt from the `c:\tmp\_gbtools\gbdk\libexec\sdcc\` directory with `cc1 --help`, does the program run and show normal help output? Yes, you could try copying it...