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...") |
Revision as of 14:41, 24 February 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).