TI 92 Programming

Here are the few projects I made or I'm making now for the TI 92 :


The Life Game

It's a kind of cellular life simulation : the screen is the universe where 'cells' live and evolve depending on their surroundings; the patterns and movments created by the cells together are very interresting to watch. One notice a low level of organization, some patterns being constantly present as part of a cellular machinery.

An example of evolution :   





The following files are available for download :
FilesnapshotComment
life.zip ZIP compressed file containing the program for Fargo II as well as a few patterns
l_fill.zip Some fast Space fillers.
l_fast.zip Quick growth starting patterns.
l_fun.zip Funny patterns, whose behaviour can be unexpected.
l_lnch.zip These patterns ('guns') launch walkers in different ways : in different directions, faster, slower, etc ...
l_mlnch.zip Same as above, except they move themselves !
l_osc.zip These patterns are oscillators, i.e. the same cell configuration is obtained periodically.
l_plse.zip These create real channels where cell packets move. Maybe if we wait long enough, these could become the veins of a complex organism ? ;)
l_ship.zip These patterns are real starships which majestically travel through the infinite space, and boldly go where not cell has gone before !

I2C-bus interface for the TI 92

The I2C protocol is considered as a standard among serial busses; it allows easy connection of various circuits without supplementary electronic on the same bus.

Everything becomes possible : telecard reader, meteo station, robot, etc ! (These projects are being made by me currently and should show on this page in a not too long time :)

For now, the following is available :
FileComment
i2clib.zip ZIP file containing the assembly library for Fargo II plus two functions allowing use of the bus from TI-BASIC.