-
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…
-
While running the binary-trees benchmark I found that the classic lib's malloc implementation was much faster than the new c lib's. That's strange because the new c lib's malloc implementation should…
-
I am testing the experimental Sharp OZ target. I could not find any emulator for the OZ-700.
I am using oz750 from Mame. Is it the right one?
I successfully compile and use makewzd to convert the …
-
z88dk's source code organization has been growing a bit like a weed over the past decade and needs some attention to restore a cleanly organized code base.
As part of that I'd like to move the new …
-
I'll just copy this out of #894 :
I'm amazed but it looks like zsdcc does named initilaization:
```
#include
struct esx_drvapi
{
union
{
uint16_t bc;
struct
{…
-
This is actually in z80asm's roadmap using the module directive but the issue was originally raised in the context of c programs.
z80asm as linker extracts individual functions from a library as ne…
-
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
Z…
-
**GameHunter** reports this bug:
```
MODULE Ex1;
TYPE
Rec0 * = RECORD
y * : RECORD
END;
END;
END Ex1.
```
```
MODULE Ex;
IMPORT Ex1;
TYPE
Rec1 * = RECORD ( Ex1.…
-
Hello,
I am the maintainer of abc80sim and the abcdisk package, the latter which includes a program called bin2bac which converts a binary plus a .reloc file (produced by the --reloc-info option to…
-
I [read about the practice of putting the comparison constant on the lhs](https://x.com/_feilipu/status/1797095350404321590) to avoid potential silent errors arising from `=` typos rather than `==`. I…