-
Testing an expression in asm seems to set the value, so that on later tests the value is changed.
Resolved for me here https://github.com/z88dk/z88dk/commit/dd13b0b3d0fc0e8eeed44bbd0df5639324aefd02…
-
I have a file that's in a namespace, and using an expression, I can't refer to a local RAM label;
Works:
```
ld [label], A
```
Does not work:
```
ld [label+HI], A
```
`PARSE_STACK…
-
I'm not sure whether this is your issue or mine, but the Pico version of BBC BASIC is reporting 'Number too big' from this statement:
` PRINT 1/0
`
whereas I would have expected 'Division …
-
Is it possible to use TGI to implement cross target software sprites?
If the TGI characters could be defined, one could use TGI commands to display software sprites.
Ideally, having specific sof…
-
What kind of issue is this?
- [X ] **PlatformIO Core**.
If you’ve found a bug, please provide an information below.
*You can erase any parts of this template not applicable to your Issu…
-
Why did you choose the L014 rom rather than the davis one?
the davis/susy one is imho the "real" one as it has davis's and the at the time girlfriend Sue (susy)'s "signature in it (although i've on…
-
I am new to this project so I might be stepping over something that has been discussed before.
That being said, I want to discuss an idea of hardware debugger device and debug library, once linked …
-
Hi all,
Thanks for the disassembly/project, looks interesting, however I receive the following build error:
```
warning, detected non-ANSI time format specifier '%R'
> > >Z80 Sound Driver.asm(…
-
Hi, I'm trying to bring up a system on a custom Z180 based board and I'm running into this issue:
```
RomWBW HBIOS v3.0.1, 2022-08-13
TOM80 Z8S180-N @ 18.432MHz IO=0x00
1 MEM W/S, 2 I/O W/S, I…
-
I tried running the z80 assembly code through zmac, and then through z80emu (https://github.com/anotherlin/z80emu) with a quick-and-dirty implementation of the relevant rst 38 functions. I am getting …