Full Pascal and Assembly language tool chain for Texas Instrument TI-
Tiny Pascal for TI8x is a full Pascal and Assembly language tool chain for Texas Instrument TI-8x calculators.
It allows production of programs and application for TI83+ and TI84 calculators.
The benefits are :
· All the features of assembly programs and applications are available without
the inherent complexity on Z80 assembly programming
· Programs will run much faster that TI-Basic equivalent
· A standard library is available (gotoxy, ClrHome, flush, crlf, …), and it will be
expanded when needed
· Built in access method to TI8xPlus system routines from Tiny Pascal
programs
· TI-8x menus support
To show what you can do with this tool chain, we have coded an Othello/Reversi like game.
Micro ProgrammingLanguage - A Portable Language for Micro Computers
NEWS: The MPL language is now completely defined. No more language changes are to be made. The compiler is complete and should be easy to translate to other languages if you so choose.
MPL is a small, simple language based on BCPL, B, C and Jesusonic. The compiler and interpreter are written in portable Pascal.
I have successfully compiled MPL for CP/M, DOS, Windows, Atari ST, Amiga and the Tandy Colour Computer.
MPL is designed to be tiny in every way, while implementing all the...