Posted By
 SVS on 2017-03-28 08:21:57
 | Re: "Ram under Rom"
Actually each byte read by the Basic interpreter from *any* memory address is managed as it was in the high RAM ($8000... area). Maybe a direct reading from low RAM (...$7FFF) would had speeded a lot the Basic run. But this would have required an address test before each read operation. |