3 A bug in z80 pointer write code generation handling of non-dead register pair de when using --reserve-regs-iy.
8 #pragma disable_warning 283
10 typedef unsigned char uint8_t;
11 typedef unsigned int uint16_t;
12 typedef unsigned char bool;
14 typedef struct _Struct
{
25 extern void fn1(const Struct
*) __z88dk_fastcall
;
33 storage
.aint
= srcInt
;
43 void fn1(const Struct
*sp
) __z88dk_fastcall
45 ASSERT(sp
== &storage
);