-
![cesium230_errors](https://user-images.githubusercontent.com/32180916/30722216-c7c68200-9ee4-11e7-83e9-33dd8eb13d04.gif)
ghost updated
7 years ago
-
I do not know how a real Z80 should interpret the generated code, but my emulator says that the assembly of "ld h,iyh" is really "ld iyh,iyh". Same should be for "ld iyh,h" "ld l,iyl" "ld iyl,l" and a…
-
**Crash with -O1 and above with this code:**
```c
#include
extern char* foo(void**);
void test(uint16_t num)
{
uint16_t bar = (num
-
I have a code in a function, with functions call on tice.h and/or graphx.h, and just after that, I have a char pointer declared and a int, like that :
`os_EnableCursor();
char *Str = CheckAlloc…
-
The file is [`TI84Plus_OS255.8Xu`](https://education.ti.com/eu/software/details/en/B7DADA7FD4AA40CE9D7911B004B8C460/ti84plusoperatingsystem). The emulator completely freezes when I try to load it.
-
In the z80asm_rabbit branch I'm getting assembly errors for the Z180 in the library. The cause is the use of lower or higher 8 bits of the IX and IY registers, which is not implemented in the Z180.
…
-
I have VS 2015 installed and was able to open the project and build; however it errors out at the end because of some redefinitions. [Here's the fix apparently](http://stackoverflow.com/questions/3041…
-
On the EZ80, block instructions such as LDIR only fetch the opcode bytes on the first iteration, and thus all the following iterations (until the end condition is reached or an interrupt occurs) will …
-
@Snektron reported on #ez80-dev that `ti_Open("A", "w");` works but `ti_OpenVar("A", "w", AppVar);` does not.
In fact, `ti_OpenVar` doesn't open programs either.
-
It would be especially handy if we could have the debugger open on a certain illegal instruction, or some way to print to the console from a running program. This would make debugging C programs a lot…