suborb

Results 188 comments of suborb

All conio does is poking as well, so it's weird if it doesn't work. ``` ; c = x ; b = y ; a = character to print ;...

> I've also been wondering why z88dk seems so large. I gave up using C and started writing my project completely in assembly for now, still with z88dk so I...

r14110 now reports this: ``` named.c:21: warning 147: excess elements in scalar initializer after 'ruc' named.c:22: error 47: indirections to different types assignment Internal error: validateLink failed in SPEC_NOUN(type) @...

When I added named specifiers to sccz80 this case wasn't considered at all, so there we have: ``` named.c:21:32: fatal error: Unknown structure member call Compilation aborted ```

> With `sccz80` I often see long `pop bc` and `pop af` sequences for [cleaning up the stack](https://github.com/z88dk/z88dk/blob/master/libsrc/_DEVELOPMENT/math/float/am9511/c/8085/am9511_fmax.asm). I guess there's no other way to do this if `de` and...

Where soonish might be a decade or two. Closing.

We can do a simple version by only supporting forward references

I'm resigned to the fact that although they're called targets, the headers are in the arch/ folder - this was chosen to match newlib. If the ppide etc headers aren't...

From fdcdbbdc0bac16bdade9c0667038e9e5c0328d1d the interrupt is now extended and users can register interrupt routines with `add_raster_int()` As an added bonus, -`pragma-define:CRT_DISABLE_FIRMWARE_ISR=0` will disable execution of the interrupt routine so timings can...