breakintoprogram / agon-bbc-basic-adl

Official AGON QUARK Firmware: BASIC Interpreter (ADL version)
zlib License
16 stars 0 forks source link

OPENOUT or OPENUP are not creating or writing to files #5

Closed NicholasPratt closed 11 months ago

NicholasPratt commented 11 months ago

Only tested so far on the emulator but can't get OPENOUT or OPENUP to create or write to files

breakintoprogram commented 11 months ago

This was caused by an optimisation in Z80 that relied upon the fact that LD HL, nn has a 2-byte operand, not 3 bytes.

NicholasPratt commented 11 months ago

That was quick :)