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) |
||
Line 9: | Line 9: | ||
== Links == | == Links == | ||
* [http://www.pagetable.com/?p=288 Some discussion] | * [http://www.pagetable.com/?p=288 Some discussion] | ||
+ | |||
+ | [[Category:Texas Instruments]] |
Revision as of 16:23, 26 October 2013
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).