z88dk
z88dk copied to clipboard
The development kit for over a hundred z80 family machines - c compiler, assembler, linker, libraries.
The latest Windows snapshot (z88dk-win32-20220809-35b9fafdb-19812) no longer works either under Windows. I get an error about not being able to find iteratordeEv. This problem is trivially reproduced by running the...
Corvette
I have added the support of a boot disc format for the Corvette. For instance zcc +cpm -subtype corvetteBOOT -lm -o adventure -create-app adv_a.c creates a boot disc. However I...
Roy Templeman (@LoudScotsBloke) has tested recent versions of my Cross-Lib games (compiled with ZCC v19435-c8d2246b6-20220311) on his real Mattel Aquarius (S2 release). 3 out of 5 either don't load or...
From time to time I pick an working program written in C and try to run it on z88dk. In this way I have a simple and funny way to...
Building `math32_8085` for i8085. - [x] reorganise to make space for assembly files. - [x] minimise z80 dependencies (rewrite for 8080). - [x] port over `am9511_8085` prior work. Could be...
Two issues are addressed in this commit. * A symbol for section __head was being added twice, once for the actual head and once for __size since the code clobbered...
Hi I am reporting a problem from a user (@[christopheKohler](https://github.com/christopheKohler)) of Cross-Lib (not me) under Cygwin 64-bit with snapshot: z88dk-win32-20220311-c8d2246b6-19435.zip Z88DK which works fine except when `-compiler`=sdcc is used. We...
There's a bit of reorganisation that could be done in the [nightly](http://nightly.z88dk.org/) server. - `~/Releases` only has a 1.99A RC, and nothing since. Perhaps the recent releases should go here...
Following on from the section issue and the pending ASMDISP issue, I've noticed that sp1 in classic doesn't play nicely (or at all with sdcc). So, lets switch the +zx...
Merge after snapshot