All ZeddyNet-programs are written in C using Z88DK, because the ZeddyNet-libs are only available for Z88DK. Z88DK uses its own video-routine during ZX81 SLOW mode, because the original ROM video routine uses the IY register, which is used in many Z88DK-libs and also the ZeddyNet libs. Thus the Z88DK video routine does not use this register. So when a ZeddyNet program is running above 32K, the Z88DK video routine is also above 32K (except when using dirty tricksAndy Rea wrote:ahah, that will be why it crashed then, siggi wrote the zeddyfox using z88dkPokeMon wrote:
Andy, in general yes - you can execute code above 32k - even above 48k.
But there is a restriction for video driver code which is not possible - for machine code outside video during USR time there is no restriction at all.
There was a problem with z88dk I think using an own video driver above 32k used by siggi.
.

Siggi