-
Whenever I try to run the z80e-sdl.exe file, with or without a rom, I always get a seg-fault. The output from the gdb is as such:
```
Starting program: /cygdrive/c/Users/Creation/Downloads/calculato…
-
I keep coming back to this in my head.
I think we can probably do something here that’s not too intrusive. Ideally the 8080 abi would be bcde rather than dehl but that’s a large change.
* [x] …
-
SpiderOak made the same mistake with its misuse of the term "zero knowledge" and since migrated to "no knowledge", which hasn't fixed the semantic issue but it has avoided the overlap of terms - by co…
-
hi
After DROP TABLE IF EXISTS , a bad identation is created.
Example
SET client_min_messages TO warning;
DROP TABLE IF EXISTS tt_LISTE_COMPTE_FACTURE;
SE…
-
Hi
I build the tool from souce and try to build rcmx000 support and examples, but failed.
```
[max@max-laptop rcmx000]$ make
gcc -o mk_coldboot_hfile mk_coldboot_hfile.c
ln -s ../../lib/rcmx000_b…
-
z80asm now includes the emulation libraries for CPI, CPIR, CPD and CPDR at the link phase if assembling for a Rabbit.
The source of these libraries is in src/z80asm/dev/z80asm_lib and they are depl…
-
I'm enabling running the tests on +test -clib=rabbit and the following tests are failing:
strncmp
strrstr
strrev
All of these use cpi/cpir which points the finger there.
-
Some odd errors in the nightly while building the opcode emulation library:
```
./z80asm.exe -xz80asm.lib -d dev/z80asm_lib/z80asm_cpir.asm dev/z80asm_lib/z80asm_cpd.asm dev/z80asm_lib/z80asm_rld.…
-
It ended up being disabled a while back..
Would be good to support it properly, taking advantage of the CPU features.
* [x] Given the amount of effort that has gone into the peephole rules for …
-
All CPU emulators must be proven to work correctly, it is the crucial part of the whole project.