Graphics Programming Language
From Just Solve the File Format Problem
(Difference between revisions)
Dan Tobias (Talk | contribs) (Created page with "{{FormatInfo |formattype=Languages |subcat=Programming Languages |released=1979 }} '''Graphics Programming Language''' was a language similar to assembly language used in...") |
Dan Tobias (Talk | contribs) m |
||
(One intermediate revision by one user not shown) | |||
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). | ||
== Links == | == Links == | ||
* [http://www.pagetable.com/?p=288 Some discussion] | * [http://www.pagetable.com/?p=288 Some discussion] | ||
+ | |||
+ | [[Category:Texas Instruments]] |
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).