Graphics Programming Language
From Just Solve the File Format Problem
(Difference between revisions)
Dan Tobias (Talk | contribs) |
Dan Tobias (Talk | contribs) m |
||
Line 4: | Line 4: | ||
|released=1979 | |released=1979 | ||
}} | }} | ||
− | |||
'''Graphics Programming Language''' was a language similar to [[assembly language]] used internally on the Texas Instruments TI 99/4 computer line, but kept proprietary and undocumented. The BASIC interpreter was written in this language rather than in raw machine code, which contributed to its extreme slowness. When you ran a BASIC program, the [[TI BASIC tokenized file]] was interpreted in an interpreter which ran in Graphics Programming Language, which had to in turn be interpreted by a GPL interpreter (it wasn't compiled or assembled to machine language). | '''Graphics Programming Language''' was a language similar to [[assembly language]] used internally on the Texas Instruments TI 99/4 computer line, but kept proprietary and undocumented. The BASIC interpreter was written in this language rather than in raw machine code, which contributed to its extreme slowness. When you ran a BASIC program, the [[TI BASIC tokenized file]] was interpreted in an interpreter which ran in Graphics Programming Language, which had to in turn be interpreted by a GPL interpreter (it wasn't compiled or assembled to machine language). | ||
Latest revision as of 05:03, 20 July 2014
Graphics Programming Language was a language similar to assembly language used internally on the Texas Instruments TI 99/4 computer line, but kept proprietary and undocumented. The BASIC interpreter was written in this language rather than in raw machine code, which contributed to its extreme slowness. When you ran a BASIC program, the TI BASIC tokenized file was interpreted in an interpreter which ran in Graphics Programming Language, which had to in turn be interpreted by a GPL interpreter (it wasn't compiled or assembled to machine language).