tinyBasic is just a developer's game, the development of a minimalist Basic interpreter for Palm by using iziBasic.
Tiny BASIC started out as a way to get a BASIC running in the minimum amount of memory space (~2 KBytes), because RAM used to be very expensive and home computers would only have a few KB of RAM back in the 1970's.
My Tiny BASIC dialect, that I just called "tinyBasic", is similar and loosely based on the Intel 8080 Tiny BASIC written by Li Chen Wang and appearing in Doctor Dobb's Journal of Computer Calisthenics & Orthodontia in the May 1976 issue.
tinyBasic is developed with the iziBasic compiler for Palm OS handheld devices.
The source code of tinyBasic is provided in the download file (please see instructions in the readme file).
Update Description:
v1.2 (09/17/07):
Recompiled this program with the latest iziBasic version 6.1 to avoid device freezes or soft resets on some devices
v1.1 (04/30/07):
Minor update of iziBasic's source code to retrieve correctly values like -3 or .5 (before one had to write a=0-3 or a=0.5, when now a=-3 and a=.5 are valid entries)
Another minor update was to only accept integer values as line numbers
Ported the iziBasic source code to PP, NaPP and Free Pascal
Like it? Share with your friends!
Supported operating systems:
Palm OS 3.x, Palm OS 4.x, Palm OS 5.x
Similar Software:
TinyLogo TinyLogo is a programming language and program execution environment.
It is especially friendly to beginning programmers or people who just want to get a simple idea of what programming is all about.
It is based on the Logo programmining language and comes complete with Turtle Graphics
Binary Calculator Binary Calculator- This simple calculator was written for programmers, it lets you manipulate 32-bit numbers in a variety of formats using the appropriate math for the current edit field. Turn bits on and off by clicking on them. Perform binary functions, switch between big-endian and small-endian modes. Operates much like an RPN calculator
HelloMemo Free alternative MemoPad developed with mobileStudio C++
PalmAVR PalmAVR is the almost complete AVR In-System-Programming solution at the palm of your hand. It allows you to upload, download, verify, and identify ROM contents of any supported Atmel AVR microcontroller with your Palm OS powered handheld computer
Palm Creator IDs Palm Creator IDs - For Developers. Requires ThinkDB2. As you know, every Palm Application requires a unique Creator ID (CID) that is registered on the Palm OS Site.
This tinyByte database is used to track the IDs that you have registered along with the date the program was released
PrgCalc PrgCalc - A programmer's calculatorm perfect to use for the onboard-developer, it works very much like an ordinary calculator but without decimals. In the upper row you select whether it should be signed or unsigned, the number of bits and in what way you want your number to be shown. The rest is just like any other calculator
ZenPlus for Palm ZenPlus for Palm is a popular freeware application framework (Class Library) for C++ programmers who write software on Palm OS.
ZenPlus can increase the productivity of developers by helping them partition code and providing standard Palm OS application functionality.
Focus has been placed on code reliability and resource implications
HTTP protocol for Palm OS (CodeWarrior Platform) HTTP protocol for Palm OS (CodeWarrior Platform) - This library is an implementation of a subset of W3C specs for HTTP protocol. It's packed as a library file with C++ headers, so you can include it in your own programs simply linking it into your programs. It runs on ANY Palm OS device running Palm OS version 3.0 and higher (not only on Palm VII)
Comments on tinyBasic:
Comments not found
If you noted an error or download link is broken, please, report it via this page or use comments.