BASIC extension: Difference between revisions

Content deleted Content added
m Use kibibytes for binary prefixes (see Manual of Style (dates and numbers))
m Technical concept: created through link to Read-only memory
Line 4:
Toolkits ran as [[terminate and stay resident]] extensions to the BASIC interpreter supplied with the machine. At the time, such interpreters almost always came programmed into the [[read-only memory|ROM]] of the computer, making it impossible to modify or [[Patch (computing)|patch]] the [[computer code|code]]. It was also extremely rare for manufacturers to offer upgrades or bugfixes except as part of new models of machine.
 
As the original language was held in immutable [[read-only memory|ROM]], it generally was difficult for a toolkit to directly extend the language, except by adding new keywords to perform functions not implemented by the original interpreter.
 
==Functionality==