Search results
Is SDCC 4.2.0 broken?
Score: 188.62 %,
Type: Forum topic , Comments: 4 comments
_func::
out (#0x02f), a
ld a, l
out (#0x02f), a
ld hl, #2
add hl, sp
ld a, (hl)
out (#0x02f), a
ret
And I call it like this: ...
{
uint8_t i;
for (i = 0; i < 10; ++i)
{
func(11 + i, 6, 32 + i); ...
