-
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…
-
Specifically a conversion for the gbz80 io instructions:
```
ld (0xff00),a
```
```
z88dk-z80asm -v x
Predefined constant: __CPU_Z80__ = 1
Predefined constant: __CPU_ZILOG__ =…
-
I'm learning Z80 and made this program to test how to code and access parts of a struct via a pointer.
```
defvars 0 {
size ds.b 32
name ds.w 0x1234
status ds.b 15
…
-
SDCC
- [x] gbz80 makebin: Turn off forced GB logo copy (**merged in r12748**)
https://sourceforge.net/p/sdcc/patches/395/
https://sourceforge.net/p/sdcc/code/12748/
- [ ] sdldz80: s…
-
As it already happened with xlib.lib, I'd like to have lib3d.lib merged as part of the central library block (the graphics part is probably a good option).
It would enable the ixiy dependent targets.
zx70 updated
7 months ago
-
Some z80-like syntax is currently being used. Should it be kept? Compare [gbz80(7)](https://rgbds.gbdev.io/docs/v0.4.2/gbz80.7).
-
From the snap build:
```
--- Building z80 crt Library ---
NEWLIB_ROOT=../_DEVELOPMENT/ z88dk-z80asm -Oobj/z80/z80 -I.. -mz80 @crt0_z80.lst
NEWLIB_ROOT=../_DEVELOPMENT/ z88dk-z80asm -Oobj/ixiy/…
-
**Describe the bug**
After opening any project including the sample projects, pressing run returns cc1 fatal errors in debugger when compiling .c files due to no such file or directory. The temp fold…
-
I'm trying to get FAK running on Ubuntu 22.04.3 LTS. So far I've just checked out the repository and executed executed `python fak compile` to check if everything is working, but I'm running into an e…
-
Currently, it seems that many of the instructions are "generalized" to avoid the need to write individual instructions for each register. However, there are some encodings for instructions that just s…