1 /** bug-3779.c: code generation for sm83 could store a temporary in l, then set up hl for stack access, overwriting the temporary.
10 static struct State state
;
15 static __sfr
__at(0xff00) reg
; // Use LCD control register for this test, since all its bits are read/write.
32 unsigned char foo
= state
.a
>> 1;