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
BrainF#ck BrainF#ck-This is a full onboard Palm IDE for the BrainF#ck programming language, you can edit, debug and run BrainF#ck programs. You can watch the current memory, output and even run the program step by step. A short BrainF#ck description can be found here
DragonRegs DragonRegs displays the registers of the Motorola DragonBall processors MC68328, MC68EZ328 and MC68VZ328.
The register display gets updated cyclically.
What's New in This Release:
· Maintenance release and updated documentation
alpConduit alpConduit - A conduit which allows you to IMPORT & EXPORT data to & from your ALP handheld database.
ALP is a program from Denton Software Group that allows you to manage your Accounts/Logins/Passwords.
Includes the alpConduit Manager, a tool for defining HOW & WHEN you want to export your secure ALP data into a non-encrypted text file on your PC
JMemo2HTML JMemo2HTML - This Desktop Application exports all entries of the MemoDB.pdb to a HTML File.
It is not the File used by the PalmDesktop; use Pilo-xfer or other tools
to export the database from your palm to the platform you prefer
Bmp2Fnt Bmp2Fnt - For developers who want to create their own fonts and want to use bitmap editors instead of creating fonts using PilRC
TealInfoDB: Palm OS Developer Reference TealInfoDB: Palm OS Developer Reference is a Palm OS reference for Palm developers. Lists Palm OS function traps with trap number, OS version, include file where it's defined, and function c-style prototype
JExpense2CSVFull JExpense2CSVFull - A Java Jar File to dump the built-in ExpenseDB.pdb of the Palm. It should be compatible with all kinds of Palm os. Up to now the file format of the ExpenseDB has not been changed. Export the Database using tools like pilot-xfer or backup Buddy. The labels of the columns are listed in the first line of the dumpfile
Revisions Revisions - Here's one for developers. Do you write software, and want to keep track of your revisions? Here's a simple application that will record those details. A secondary use would be to record what you plan to change, and then you can tick off when done, noting the revision number
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.