Dean Belfield

Results 36 comments of Dean Belfield

Hi @stevesims I've got some ideas on how to do this better, so will hold onto this, just in case my ideas don't bear fruit.

I'll check and confirm any limits on arrays and fix where possible.

Hi @TurboVega that seems like a perfectly sensible thing to do.

Note: Check whether this is a quirk of BBC BASIC for Z80 first. - BBC BASIC for Next: Get a 'No Such Variable at line 110' error message - BBC...

`IN0` - already fixed in main branch `OUT0` - already fixed in main branch `LD rr,(HL)` - done `LD (HL),rr` - done

In the process of refactoring this - LD is a complicated instruction group and the optimisations by R.T.Russell work well for the Z80, not so much for extra cases required...