-
**Is your feature request related to a problem? Please describe.**
No.
**Describe the solution you'd like**
Updating gbdk-2020. There have been several pull requests that would seemingly speed th…
-
Issue is just for tracking what was said in #38.
>However, debugging the Arduino framework code is currently not possible because of one freaking file failing compilation in --debug mode: WInterru…
-
So I've been playing around with this for a bit and banked code seems to be a major problem with gbdk-n currently. And it's not necessarily that the gbdk-n code is bad but there's definitely issues co…
-
Everytime I compile the program (7 segment). I get this message
warning: Relocation symbol "_cinit" [0x0000] has no section. (pass 0)
warning: Relocation symbol "_cinit" [0x0004] has no section. (pa…
-
The repo's "About" sidebar on Github links to https://gbdev.io/gb-opcodes/, which is a placeholder page. It should link to https://gbdev.io/gb-opcodes/optables/ until/unless the opcode reference page …
-
Could you please support the Hector computer (aks Victor Lambda)?
https://fr.wikipedia.org/wiki/Hector_(micro-ordinateur)
A project that is using Z88DK with no lib support:
https://github.c…
-
https://rgbds.gbdev.io/docs/v0.6.1/gbz80.7/#Bit_Operations_Instructions
-
There are several issues/feature request open that are difficult to implement in the current implementation of z80asm, due to the single-pass nature of the assembler. Changes to the assembler impact t…
-
It appears the tests expect the carry bit to be set but according to the following docs the carry bit in register F is left unmodified.
https://rgbds.gbdev.io/docs/v0.7.0/gbz80.7#INC_r8
https://iz…
-
The current documentation for GBStudio reads:
> It is designed to be usable by people with little to no previous programming knowledge using simple visual scripting but also provides multiple acces…