View Full Version : Basic
Terry Yager
October 22nd, 2007, 11:49 AM
I know, google is my friend, but I dread the thought of digging thru 10,000,000 hits to find sum'n somebody here might have at their fingertips.
What I'm looking for is a small version of BASIC that'll run from ROM on an i8080. Anyone?
--T
nige the hippy
October 22nd, 2007, 01:56 PM
There are various dialects of "tiny basic", e.g. palo alto etc. Do a google on
tiny basic 8080
how small do you want it?
(o/t - pen works brilliantly, now to measure it!)
ziloo
October 22nd, 2007, 02:34 PM
Nige beat me to it:
http://en.wikipedia.org/wiki/Tiny_BASIC_programming_language
it is a start!!
Terry Yager
October 22nd, 2007, 02:56 PM
I was hoping for 4K or less, else I'll have to upgrade my S-100 box (ouch...not cheap). I know it's possible, cause my homebrewn 6802-based mochine has only 2K of RAM, and 4K EPROM, containing a very tiny BASIC, which loads into RAM at boot-time. My 8080 CPU board will only see up to 4K of ROM. I know of a couple of different Tiny BASIC versions, but they use Z80 code.
--T
Terry Yager
October 22nd, 2007, 03:08 PM
(o/t - pen works brilliantly, now to measure it!)
Yeah, I tested it on Agnes before sending it. I've had quite a few of 'em pass thru my hands, and only ever saw one that didn't work. I never could figger out why though. Do they lose their magnetism, or what? BTW, you didn't mention what you're using it with? (Just curious, not trying to be nosey).
--T
MikeS
October 22nd, 2007, 07:11 PM
S-100 Memory upgrade not cheap? What do you call "cheap"?
Magnetic pens???
Terry Yager
October 22nd, 2007, 07:36 PM
S-100 Memory upgrade not cheap? What do you call "cheap"?
Well, somewhere under $60.00 for 16K would be refreshing to find.
Magnetic pens???
Yeah, I've never really understood how the Wacom digitizers work. Some of my tablets use an electromagnetic pen, which require batteries and contain components, but the early Wacom pens just seem to be a stick with a button that does nothing at all. I just don't grok 'em? I mean, I dig the way that capacitative and resistive touch screens work, but the Wacom thinggys have me baffled.
--T
Dwight Elvey
October 22nd, 2007, 08:08 PM
I was hoping for 4K or less, else I'll have to upgrade my S-100 box (ouch...not cheap). I know it's possible, cause my homebrewn 6802-based mochine has only 2K of RAM, and 4K EPROM, containing a very tiny BASIC, which loads into RAM at boot-time. My 8080 CPU board will only see up to 4K of ROM. I know of a couple of different Tiny BASIC versions, but they use Z80 code.
--T
Hi
Palo Alto Tiny Basic is 2K and uses 8080 codes. You just
need to supply a terminal routine.
I have it on my Poly-88 and it fits in 2ea 2708s. The version
that I have is made to be extended as well. I added the ability
to write to the tape and added a peek/poke. These extentions
exist in RAM so when I save them, they automatically load when
I restore what ever program I entered in BASIC.
Dwight
MikeS
October 22nd, 2007, 09:59 PM
Refreshing??? Good one!
How about a Cromemco 64KZ or 64KZ-II for $50.00?
Manuals at:
http://www.hartetechnologies.com/manuals/Cromemco/
http://maben.homeip.net/static/S100/cromemco/cards/index.html
Pictures at:
http://maben.homeip.net/static/S100/cromemco/photos/index.html
Thought maybe you were talking about an IPen; I've got a couple - neat ideas but never really found a use for 'em to justify the desk real estate.
You did get my thank-you note?
Terry Yager
October 23rd, 2007, 11:24 AM
Tnx guys. I probably already have a copy of Palo Alto. I'll search my CP/M CD.
--T
MikeS
October 24th, 2007, 04:46 PM
I take it that's a "no, thank you" then?
Terry Yager
October 24th, 2007, 05:58 PM
Oh yes, si, da, oui, ja, etc...you are quite welcome!
--T
billdeg
October 24th, 2007, 07:35 PM
The first year/volume of Dr. Dobbs has the source that'll fit your needs.
Terry Yager
October 24th, 2007, 08:18 PM
The first year/volume of Dr. Dobbs has the source that'll fit your needs.
Oh, kewl! Now all I need is to find the fifty buck$ to buy that issue from some eBay swindler...
--T
ziloo
October 24th, 2007, 10:40 PM
This is from the link I already posted:
http://www.signiform.com/erik/pubs/minol.htm
Hope it helps!
Dwight Elvey
October 25th, 2007, 07:45 AM
Oh, kewl! Now all I need is to find the fifty buck$ to buy that issue from some eBay swindler...
--T
Hi
You can find a listing of the version that runs on the Poly88
at:
http://www.microplexus.net/projects/z80/prog/general/devel_tools_langs/basic/Poly88-TinyBASIC/
I created the listing by combining the DrDobbs listing with the
modified code in my ROMs. I'd posted it to some web page a few
years back and since then it has spread to a number of sites.
If you have a terminal in/out, it should be easy to patch it into
most any machine. One might need to move some of the locations
around as well.
I can dig up the source for the code I wrote that extends it
with peek/poke commands, if your interested.
Dwight
Terry Yager
October 25th, 2007, 09:02 AM
Thanks all, those should do the trick.
--T
vBulletin® v3.7.3, Copyright ©2000-2008, Jelsoft Enterprises Ltd.