View Full Version : My Intro:
barryp
June 27th, 2003, 09:40 PM
Greetings: I'm Barry Peterson, a retired electronics engineer and (for a very short time) programmer. Actually I taught assembly language programming for a while too.
I've been involved with computers heavily for ~22 years now. Now and then somebody gives me another computer. I have several x86 machines from XT's to Pentiums, a LOT of TI-99/4A's, an Apple IIe, a Kaypro-2 (or is it II? or is there an x also? ...), I have an oddball Z80 box in the garage that nobody can tell me anything about.
I have a jillion bits and pieces of whatever. I no longer are actively looking for anything since time to fiddle with what I have is more precious than the idea of the next acquisition.
My recent project is learning to program in PERL, which is neat.
CP/M User
June 27th, 2003, 10:42 PM
"barryp" wrote in message:
Welcome Barry,
> I've been involved with computers heavily for
> ~22 years now. Now and then somebody gives
> me another computer. I have several x86
> machines from XT's to Pentiums, a LOT of
> TI-99/4A's, an Apple IIe, a Kaypro-2 (or is it
> II? or is there an x also? ...), I have an oddball
> Z80 box in the garage that nobody can tell me
> anything about.
Great, perhaps you could shed some light onto
the TI-99/4A, we're discussing about the features
of it just above you. Also if there are any
variations to you TI-99/4A machines feel free to
discuss them.
Cheers.
barryp
June 27th, 2003, 11:05 PM
Welcome Barry,
Thanks.
Great, perhaps you could shed some light onto
the TI-99/4A
I'd be glad to; what sort of light would you like? Red? Green? Blue?
CP/M User
June 27th, 2003, 11:26 PM
"barryp" wrote in message:
>> Welcome Barry,
> Thanks.
>> Great, perhaps you could shed some light onto
>> the TI-99/4A
> I'd be glad to; what sort of light would you like?
> Red? Green? Blue?
Well it's been said in here that you need to expand
the TI-99/4A in order to use assembly on it.
Amonst this it's said that you'd need the extended
BASIC as well. How are the TI-99/4A's in the states
& do they need this as well?
Cheers.
Erik
June 28th, 2003, 09:32 AM
Welcome to the VC Forum!
There are a ton of different Kaypro models. The II was the first, the 2x was a later model with similar specifications.
It sounds like you've got a fun collection to play with in your spare time!
Post what you can about that Z80 machine and hopefully someone here will recognize it.
Enjoy!
Erik
sonic2000gr
June 28th, 2003, 11:20 AM
Hope to hear about your 99/4A experiences. This was my first computer.
See you
Manolis
CP/M User
June 28th, 2003, 01:47 PM
"Erik" wrote in message:
> Post what you can about that Z80 machine
> and hopefully someone here will recognize
> it.
The 'Ace' is kind of a Z80 oddball machine,
but he'd know if it is one, unless it was
built following the instructions off the 'net.
Cheers.
barryp
June 28th, 2003, 10:06 PM
Well it's been said in here that you need to expand
the TI-99/4A in order to use assembly on it.
With only the basic (pun intended) computer, you can only program using the included BASIC interpreter. You can, however, add modules for games, education, finance, programming, etc. in the same way as the Atari, Commodore or other machines do. I guess that I don't understand your question; if you're asking about writing assembly language programs, very few computer buyers do that no matter what machine we're talking about.
Amonst this it's said that you'd need the extended
BASIC as well.
Extended Basic is to the original console Basic as IBM BASICA is to IBM ROM BASIC. (IOW, an extension) You pay the extra money and you get added functionality.
Having Extended Basic is generally better than not having it but it's not required. Some programs require one, some require the other.
How are the TI-99/4A's in the states
& do they need this as well?
There's basically one kind of TI-99/4A. Differences are cosmetic.
They are everywhere, I have at least a dozen.
However, there are many other TI computers.
CP/M User
June 28th, 2003, 10:34 PM
"barryp" wrote in message:
>> Well it's been said in here that you need to expand
>> the TI-99/4A in order to use assembly on it.
> With only the basic (pun intended) computer, you
> can only program using the included BASIC
> interpreter. You can, however, add modules for
> games, education, finance, programming, etc. in
> the same way as the Atari, Commodore or other
> machines do. I guess that I don't understand
> your question; if you're asking about writing
> assembly language programs, very few
> computer buyers do that no matter what
> machine we're talking about.
I guess what I'm trying to get at, is that I'm under
the impression that for someone to learn assembly
on the TI 99/4A is an assembler & upgrade (32k
expansion I thought it was). Commercial Game
companies who write their stuff in assembly (well
it would be in Binary - the language the computer
understands) would require those users to have
the approate upgrades. But I don't know, maybe
the majority of them used BASIC?
For an typical Amstrad CPC computer to support
assembly isn't all that complicated - all you need
is the assembler, but if your handy with your Z80
hexidecimal opcodes then a BASIC hex editor
would do! :-) Amstrad's BASIC also supports for
Machine Code in the form of PEEK, POKE, READ
(perhaps a few other commands) & DATA
statements (which contain the code).
Back then I guess most people would have used
BASIC & being happy with it. But I was more
concerned about the commercial game
companies which normally write something in
Assembly (for speed & size) & running those
programs on a basic TI 99/4A.
>> Amonst this it's said that you'd need the extended
>> BASIC as well.
> Extended Basic is to the original console Basic as
> IBM BASICA is to IBM ROM BASIC. (IOW, an
> extension) You pay the extra money and you
> get added functionality.
That was a limitation to the Amstrad's BASIC.
Basically speaking, the BASIC which came with
the Amstrad CPC464 was BASIC 1.0. On the
CPC664, CPC6128 & the Plus Machines BASIC
1.1 was used. This introduced extra commands
which mean't if any of those were used the
CPC464 would miss out. It wasn't great in terms
of expanding it either. There were companies
actually selling the BASIC 1.1 microchip in the
late '80s (before Amstrad put a stop to them
doing this) to CPC464 users. Unfortunately I'd
missed out! :-(
Now I have a CPC6128 & since then I
found a whole heap of programs (which I
got when I got the CPC6128) designed to
bring compatability in BASIC 1.1 programs
to BASIC 1.0 with a set of (Resident System
Extensions)! :-(
> Having Extended Basic is generally better than not
> having it but it's not required. Some programs
> require one, some require the other.
>> How are the TI-99/4A's in the states
>> & do they need this as well?
> There's basically one kind of TI-99/4A. Differences
> are cosmetic. They are everywhere, I have at
> least a dozen.
> However, there are many other TI computers.
Cheers.
Thomas Hillebrandt
June 29th, 2003, 12:14 AM
I guess what I'm trying to get at, is that I'm under
the impression that for someone to learn assembly
on the TI 99/4A is an assembler & upgrade (32k
expansion I thought it was). <snip>
I don't have much experience with the TI-99/4A. I only got my first ones a few months ago, and I still don't have any software for them, except for the Expanded BASIC cart.
At any rate, I recently saw on ePay an Assembly Language package for the TI-99/4A. It was boxed, and the picture only showed the box, so I can't be sure, but it SEEMED to be just a cart to plug in, thus allowing you to code assembler...
sonic2000gr
June 29th, 2003, 12:58 AM
There are a few ways to write assembly on the 99/4A:
- You can get the Editor / Assembler cartridge or disk software. Both require the 32K Expansion memory - which you can get either as a sidecar upgrade or Peripheral Expansion Box card (The peripheral expansion box was usually sold with a memory card, an RS-232 card and a floppy disk controller and one or two 5 1/4 floppy drives). Your programs can then be used by any TI which has the expansion memory.
- You could probably use CALL POKE from Extended Basic (but again you need the expansion memory to use the command) and POKE the opcodes right in place. However I have not heard anyone actually doing this.
- You could buy the Mini Memory cartridge. This is a unique cartridge with 4K of battery backed up memory that can store your assembly program (has an editor assembler on tape that works with the cartridge). It is mostly used to write assembly routines that can then be called by BASIC programs using the CALL command. However note that since the Mini Memory cartridge needs to be plugged in order to use the routines, it is not possible to use Extended BASIC with Mini Memory. The console does not provide the capability to operate with more that one cartridge simultaneously.
Thanks
Manolis
CP/M User
June 29th, 2003, 01:25 AM
"sonic2000gr" wrote in message:
> There are a few ways to write assembly on the 99/4A:
Needless to say that there is one thing which seperates
itself from the rest of the microcomputering in terms of
Assembly & that is the CPU is Texas Instruments own.
Becuase this is their own CPU, it would mean that they
can provide all the software/info themselves since they
have a better knowledge of the workings of it. I haven't
actually heard of any 3rd party software for this
machine too, so that too could be where Texas
Instruments provides for it.
Either way they had the advantage of running & providing
for their own machine.
I was suprised to see that the TI 99/4A has two kinds
of memory, the 16kb is VRAM (virtual I persume) &
256 (bytes?) of ordinary RAM. Still it is a 16bit computer!
Cheers.
Thomas Hillebrandt
June 29th, 2003, 02:08 AM
Needless to say that there is one thing which seperates itself from the rest of the microcomputering in terms of Assembly & that is the CPU is Texas Instruments own.
Umm, not to nitpick :wink: but Commodore used their own CPUs also, in the beginning.
The 6502 in the VIC-20 (which apparently doesn't seem to be the same 6502 as in f.ex. the Apple ][)
The 6510 in the 64...
The 6509 in the P500... Not until they started making the Amiga and the regular PCs did they use other processors (Motorola 68000 in the Amiga and Intel x86 in the PCs)...
8)
sonic2000gr
June 29th, 2003, 08:34 AM
I was suprised to see that the TI 99/4A has two kinds
of memory, the 16kb is VRAM (virtual I persume) &
256 (bytes?) of ordinary RAM. Still it is a 16bit computer!
Yes, the 99/4A has two kinds of RAM, and that's where all the confusion starts. The actual RAM on the CPU bus is just 256 bytes! (Also called the "scratch pad" RAM). The other 16K of RAM belongs to the video processor (thus called V-RAM). In order for the CPU to access this memory it has to go through the Video processor (the TMS9918A in 99/4A or TMS9918 in 99/4) and this is a very slow process.
In case you are wondering where the actual BASIC programs are stored, yes, they are stored in the video processor RAM! BASIC does not provide full capabilities for the video processor, so this memory is largely free. (there are no hires commands like plot or draw or circle in BASIC - you can only use - and redefine if needed - characters.)
The video processor "speaks" a language called GPL (Graphics Programming Language) and a part of TI's ROM provides an interpreter for this language. BASIC programs are interpreted to GPL - that's why BASIC is so slow (dual interpreted...)
Now when you connect the expansion memory, the program is then stored in this memory.
It is a very weird architecture, and certainly it didn't help with 99/4A's popularity either with users or software companies.
By contrast the Amstrads are very straightforward when it comes to assembly programming. I was using the Hisoft Assembler / Dissasembler / Monitor and never had any serious problems.
You can get a lot more info on 99/4A on my site and also on the 99 portal,
www.99er.net
Manolis
CP/M User
June 29th, 2003, 04:05 PM
"Thomas Hillebrandt" wrote in message:
>> Needless to say that there is one thing which
>> seperates itself from the rest of the
>> microcomputering in terms of Assembly &
>> that is the CPU is Texas Instruments own.
> Umm, not to nitpick ;) but Commodore used
> their own CPUs also, in the beginning.
> The 6502 in the VIC-20 (which apparently
> doesn't seem to be the same 6502 as in f.ex.
> the Apple ][)
You forgot to mention Atari! How can you say
that the 6502 is different? The assembly
instructions it provides would be the same,
the only other difference would be related to
the hardware of the computer. No, the 9900
which is used (as far as I know) in the
TI 99/4x ('x' can either be a blank or an 'a'!
(-: ) is the only computer to use it. Texas
Instruments designed the CPU themselves &
I don't see any evidence of Commodore
making their own 6502 based chips.
> The 6510 in the 64...
The 6510 is just an enhanced version of the
6502! :-) The modifications made to it were
probably done from somebody else besides
Commodore.
> The 6509 in the P500... Not until they started
> making the Amiga and the regular PCs did
> they use other processors (Motorola 68000 in
> the Amiga and Intel x86 in the PCs)...
Again, another modification of the 6502 (it's
software compatable with it!). My book should
have said something if it was the case that
Commodore were making their own CPUs,
but it doesn't. Texas Instruments perhaps are
more well known at making their own stuff
with their own Microchips!
Anyway...! :-)
Cheers.
barryp
June 29th, 2003, 08:30 PM
I guess what I'm trying to get at, is that I'm under
the impression that for someone to learn assembly
on the TI 99/4A is an assembler & upgrade (32k
expansion I thought it was).
I think that you're talking about RUNNING an assembler. All that's necessary for learning is a book.
All that's necessary for running is what each program requires. There are several assemblers, most require extra memory, disk drive(s), printer is optional...
Commercial Game
companies who write their stuff in assembly (well
it would be in Binary - the language the computer
understands) would require those users to have
the approate upgrades. But I don't know, maybe
the majority of them used BASIC?
Some of the available software only require the computer itself. (The lowest common denominator) That would include some written in BASIC and supplied on cassette tape. (which require an optional cassette deck and optional cable)
Many companies, including TI, sell modules. Each module specifies what is required, often nothing else.
For an typical Amstrad CPC computer to support
assembly isn't all that complicated - all you need
is the assembler
In my not-so-humble opinion, assembly language programming IS "all that complicated", probably the most complicated way to program. I have no experience with your Amstrad CPC computer but I used to teach assembly level programming to technicians and engineers.
Back then I guess most people would have used
BASIC & being happy with it. But I was more
concerned about the commercial game
companies which normally write something in
Assembly (for speed & size) & running those
programs on a basic TI 99/4A.
And I still don't seem to understand your concern. Some companies and individuals used only the bare console and therefore wrote in Console BASIC. Others used assemblers, compiters, whatever they had. Some, including TI, used minicomputers. Others used cross assemblers, sometimes they ported a program from one system to the TI99, rewriting what was necessary to make it work. (Much the way things work today)
barryp
June 29th, 2003, 08:43 PM
At any rate, I recently saw on ePay an Assembly Language package for the TI-99/4A. It was boxed, and the picture only showed the box, so I can't be sure, but it SEEMED to be just a cart to plug in, thus allowing you to code assembler...
That's probably the TI Editor/Assembler package. There is a module and a couple of disks included with the manual. The editor and the assembler are on disk. The TI E/A package requires at least 32KB memory expansion, disk controller and drive (more drives=better) and a printer is optional. (But necessary to see a printout of your source program.)
The normal process is to use the Editor to create a source file and then the Assembler to create the object file just as with most other computers.
The module mainly contains loaders for the Editor, the Assembler, and the object files.
barryp
June 29th, 2003, 08:59 PM
This has gone far beyond the level of introduction. Maybe it should be moved to a more appropriate place...
You could probably use CALL POKE from Extended Basic (but again you need the expansion memory to use the command) and POKE the opcodes right in place. However I have not heard anyone actually doing this.
Actually, that's quite common.
- You could buy the Mini Memory cartridge. This is a unique cartridge with 4K of battery backed up memory that can store your assembly program (has an editor assembler on tape that works with the cartridge).
Actually, the MiniMemory cartridge comes with the Line-By-Line Assembler on cassette tape. You load the asembler, then type the mnemonics. It doesn't require additional memory.
It is mostly used to write assembly routines that can then be called by BASIC programs using the CALL command. However note that since the Mini Memory cartridge needs to be plugged in order to use the routines, it is not possible to use Extended BASIC with Mini Memory. The console does not provide the capability to operate with more that one cartridge simultaneously.
Actually, there are ways to combine the two modules. One of my favorite phrases is: "Never say never and never say always. Someone will make a liar out of you."
barryp
June 29th, 2003, 09:13 PM
Needless to say that there is one thing which seperates itself from the rest of the microcomputering in terms of Assembly & that is the CPU is Texas Instruments own.
Because this is their own CPU, it would mean that they can provide all the software/info themselves since they have a better knowledge of the workings of it. I haven't actually heard of any 3rd party software for this machine too, so that too could be where Texas Instruments provides for it.
There is a HUGE amount of software available for the TI computers. Several Gigabytes in fact. I have a stack of 50+ disks (720KB each) sitting on my TI99 desk waiting for me to look through and see what's there. TI would like to have been the sole source of software for it though :D (more profits for them)
Either way they had the advantage of running & providing for their own machine.
As does every other computer manufacturer.
I was suprised to see that the TI 99/4A has two kinds
of memory, the 16kb is VRAM (virtual I presume) & 256 (bytes?) of ordinary RAM. Still it is a 16bit computer!
RAM is RAM. (A profound statement if I've ever typed one) VRAM is Video RAM, just as on most other systems. The microprocessor accesses memory via the Video Display Processor. The 256 bytes is CPU RAM, used for registers, etc.
Now that I think about it, VIRTUAL RAM might be a good idea! If a virtual disk is one that is emulated in memory, virtual ram could also be emulated in memory. (Which is emulated in memory, and so on and so on...)
CP/M User
June 30th, 2003, 01:24 AM
"barryp" wrote in message:
> There is a HUGE amount of software available
> for the TI computers. Several Gigabytes in
> fact. I have a stack of 50+ disks (720KB each)
> sitting on my TI99 desk waiting for me to look
> through and see what's there. TI would like to
> have been the sole source of software for it
> though :D (more profits for them)
Really? All I ever heard about the TI 99/4A
software was it being made from Texas
Instruments. A 3rd party software company
should have the rights to write stuff for that
computer.
>> Either way they had the advantage of
>> running & providing for their own machine.
> As does every other computer manufacturer.
In the case for a CP/M machine, all sorts of
people are able to program in any sort of
language. Providing the software doesn't use
anything specific to the machine, it's legitimate
to use it on various computers.
The Z80 or 8080 are two common processors
which allow easy access to it.
>> I was suprised to see that the TI 99/4A has two kinds
>> of memory, the 16kb is VRAM (virtual I presume) &
>> 256 (bytes?) of ordinary RAM. Still it is a 16bit
>> computer!
> RAM is RAM. (A profound statement if I've ever typed
> one) VRAM is Video RAM, just as on most other
> systems. The microprocessor accesses memory via
> the Video Display Processor. The 256 bytes is CPU
> RAM, used for registers, etc.
Sadily, that doesn't make sense, so the old computers
museum could be wrong about it (unless they are
talking about the TI 99/4 again!). My book indicates
that 16Kb of RAM is what it has. The old computers
museum states it has 16kb of VRAM & 256 bytes
(it wouldn't be 256kb of RAM!). My Amstrad has 128k
of RAM 16k of which is allocated to the screen!
Cheers.
sonic2000gr
June 30th, 2003, 09:44 AM
Yes, barryp is right, the mini memory module does not require the 32K expansion and comes with a line by line assembler on tape to be used with the module. Yours truly tried to get one on ebay once, but was sniped the last second. Now, combining mini memory module with the Extended BASIC module ... I haven't actually ever heard this is possible but then again as you say "never say never". Is this a special kind of hack?
VRAM of course means nothing more than Video RAM... it is RAM after all no different than standard DRAM chips. It is only weird the main processor can only access it through the VDP... and it is slow as such. The scratch pad RAM is 256 bytes and as you mentioned, it is used for storage of registers etc. A unique feature of the 9900 processor is that it stores most of its register set on RAM rather than on chip. This is another slowdown (although it could be used for fast context switching: change the index register to point to another location in memory and you have an entirely new register set to work with) but then again don't forget we are talking about one of the first (or the first?) 16 bit CPU.
Anyway as you said, this matter has gone well beyond introduction. I have no knowledge of 99/4A assembly myself, I (sadly) don't own a PEB (and probably never will) but then again even if I did own one now, I wouldn't probably have time to spend learning 9900 assembly (especially since I would prefer to learn something more useful for todays world like PIC programming).
During 1984-1986 when my 99/4A was still in use, I had no knowledge of any of this stuff. All this info came from the internet and while fascinating, it will not make me feel any different for my 99, I learned programming on it and with Extended BASIC I was introduced to quite advanced aspects like procedures (SUBs) and local variables that were not available in other micros at the time. (Even the Amstrad CPC I got after the 99 only had GOSUBs)
It is just a pity that TI didn't have the vision to make the basic console more powerful by integrating the memory expansion and extended basic on it. It could have blown away the competition.
Manolis
barryp
June 30th, 2003, 09:00 PM
"barryp" wrote in message:
> There is a HUGE amount of software available
Really? All I ever heard about the TI 99/4A
software was it being made from Texas
Instruments. A 3rd party software company
should have the rights to write stuff for that
computer.
Again, there is a HUGE amount available. Why would you think differently? Many individuals, big companies, (have you heard of Atari? Microsoft?)
Third party companies certainly do have the right to write and many have done so.
>> Either way they had the advantage of
>> running & providing for their own machine.
> As does every other computer manufacturer.
In the case for a CP/M machine, all sorts of
people are able to program in any sort of
language. Providing the software doesn't use
anything specific to the machine, it's legitimate
to use it on various computers.
The Z80 or 8080 are two common processors
which allow easy access to it.
Most mainstream languages are available for the TI99:
Basic, Fortran, Forth, Pascal, Pilot, Logo, C, and many others that I can't think of right now. There are not that many fundamental differences between the TI99 and others.
>> I was suprised to see that the TI 99/4A has two kinds
>> of memory, the 16kb is VRAM (virtual I presume) &
>> 256 (bytes?) of ordinary RAM. Still it is a 16bit
>> computer!
> RAM is RAM. (A profound statement if I've ever typed
> one) VRAM is Video RAM, just as on most other
> systems. The microprocessor accesses memory via
> the Video Display Processor. The 256 bytes is CPU
> RAM, used for registers, etc.
Sadily, that doesn't make sense, so the old computers
museum could be wrong about it (unless they are
talking about the TI 99/4 again!). My book indicates
that 16Kb of RAM is what it has. The old computers
museum states it has 16kb of VRAM & 256 bytes
(it wouldn't be 256kb of RAM!). My Amstrad has 128k
of RAM 16k of which is allocated to the screen!
What are you saying doesn't make sense? The TI-99/4 and the TI-99/4A both have 16KB of RAM. It can be called VRAM because it is connected physically/electronically to the Video Display Processor.
They also have 256 BYTES of CPU RAM. That is not KB but one fourth of a KB. It is connected to the TMS9900 processor and is not used for program storage.
One more time; the most common use of a TI-99 is to run a module-based program.
There's no O/S to be loaded from disk/tape/whatever. You just turn it on, shove a module into the port, select the module and go. The above takes <a second usually.
barryp
June 30th, 2003, 09:22 PM
Now, combining mini memory module with the Extended BASIC module ... I haven't actually ever heard this is possible but then again as you say "never say never". Is this a special kind of hack?
Yes, I have a GramKracker; a "super module" containing 80KB of RAM and the capability to save the contents of a module, load a module, and edit a module. A more common usage is to combine the XB with E/A modules.
VRAM of course means nothing more than Video RAM... it is RAM after all no different than standard DRAM chips. It is only weird the main processor can only access it through the VDP... and it is slow as such.
While that is true about the bare console, the TMS9900 can access expansion memory without bothering the VDP.
The scratch pad RAM is 256 bytes and as you mentioned, it is used for storage of registers etc. A unique feature of the 9900 processor is that it stores most of its register set on RAM rather than on chip. This is another slowdown (although it could be used for fast context switching: change the index register to point to another location in memory and you have an entirely new register set to work with
Actually, memory-to-memory architecture is a speed advamtage. It's easy to copy a word directly from one memory location to another. You don't have to read it from memory to CPU and then write from CPU to memory.
It is just a pity that TI didn't have the vision to make the basic console more powerful by integrating the memory expansion and extended basic on it. It could have blown away the competition.
Actually, I have heard of a TI-99/4B, TI-99/4C, TI-99/5, TI-99/8. (And maybe TI99/6 and /7) I believe that the 99/8 have Pascal also but I'm not certain of that.
It's a simple modification to add extra memory to a bare console, I have one with it installed.
sonic2000gr
June 30th, 2003, 10:25 PM
Yes, I have a GramKracker; a "super module" containing 80KB of RAM and the capability to save the contents of a module, load a module, and edit a module. A more common usage is to combine the XB with E/A modules.
Interesting.
While that is true about the bare console, the TMS9900 can access expansion memory without bothering the VDP.
True.
Actually, memory-to-memory architecture is a speed advamtage. It's easy to copy a word directly from one memory location to another. You don't have to read it from memory to CPU and then write from CPU to memory.
Memory however tends to be slower than CPU, and keeping all the registers in memory may slow you down.
Actually, I have heard of a TI-99/4B, TI-99/4C, TI-99/5, TI-99/8. (And maybe TI99/6 and /7) I believe that the 99/8 have Pascal also but I'm not certain of that.
It's a simple modification to add extra memory to a bare console, I have one with it installed.
The TI-99/8 reached the prototype stage but was never released. There were about 500 machines built (estimated) and they are VERY rare to find. The 99/8 had 64Kb of RAM, Extended BASIC built in, 99/4A compatibility and the USCD p-System integrated.
I have the schematics to modify the console to include the 32Kb. I haven't however bothered to do it yet.
CP/M User
August 3rd, 2003, 05:14 AM
"barryp"wrote in message:
>> I guess what I'm trying to get at, is that I'm under
>> the impression that for someone to learn assembly
>> on the TI 99/4A is an assembler & upgrade (32k
>> expansion I thought it was).
> I think that you're talking about RUNNING an
> assembler. All that's necessary for learning is a
> book.
True, you need the knowledge (but I wasn't discussing this).
Say, if I was some ol' TI 99/4A assembly programmer from
way back who wanted to get a TI 99/4A & I mistakenly got
the wrong computer (because it needed the expansion). Or
wanted to get into the habit of getting myself a TI 99/4A &
'learn' some assembly on (with the approrate tutorials, books
, internet) & was silly enough to get the BASIC computer!
That's where my concern lies with this machine.
> All that's necessary for running is what each program
> requires. There are several assemblers, most require extra
> memory, disk drive(s), printer is optional...
>> Commercial Game companies who write their stuff in
>> assembly (well it would be in Binary - the language the
>> computer understands) would require those users to
>> have the approate upgrades. But I don't know, maybe
>> the majority of them used BASIC?
> Some of the available software only require the
> computer itself. (The lowest common
> denominator) That would include some written
> in BASIC and supplied on cassette tape.
> (which require an optional cassette deck and
> optional cable)
> Many companies, including TI, sell modules.
> Each module specifies what is required, often
> nothing else.
>> For an typical Amstrad CPC computer to support
>> assembly isn't all that complicated - all you need
>> is the assembler
> In my not-so-humble opinion, assembly language
> programming IS "all that complicated", probably
> the most complicated way to program. I have no
> experience with your Amstrad CPC computer but
> I used to teach assembly level programming to
> technicians and engineers.
Naturally, Assembly is complicated to learn, I understand
that. But what I'm not clear about is in relation towards
the commercial software (which might be written in
assembly & compiled into it's binary form). Would that
binary program in turn work on the lowest common
demoninator? This isn't what I'm clear about. One
person said yes, you need to upgrade to have the
extended BASIC & more memory in order to do this. It
just seems to be a bizare twist of doing one thing & not
another.
For us Amstrad users, we just turn the computer on &
load any commercial game (which might be a combination
of BASIC & Binary code for the loaders & main program),
few commercial games were actually written in BASIC
since Assembly is much faster in a sense (Assembly being
the language that game was written in).
>> Back then I guess most people would have used
>> BASIC & being happy with it. But I was more
>> concerned about the commercial game
>> companies which normally write something in
>> Assembly (for speed & size) & running those
>> programs on a basic TI 99/4A.
> And I still don't seem to understand your concern.
> Some companies and individuals used only the
> bare console and therefore wrote in Console
> BASIC. Others used assemblers, compiters,
> whatever they had. Some, including TI, used
> minicomputers. Others used cross assemblers,
> sometimes they ported a program from one
> system to the TI99, rewriting what was necessary
> to make it work. (Much the way things work today)
My concern relates towards the commercial software
companies which wrote their games & applications.
I'm just under the impression that the TI 99/4A only
supports BASIC in it's Lowest common demoninator
form. Sure to write assembly some memory would be
required since it takes memory to write assembly
programs, I also know that while the compiled
programs done in assembly are small the source code
to archieve this isn't.
Amstrads are a bit different because they came with
at least 64k as standard (which is more than enough
for writing Assembly programs even in it's lowest
common demoninator). But to tell me that some
small binary file won't work in a small amount of
memory, sounds a bit misleading.
Cheers.
CP/M User
August 3rd, 2003, 05:33 AM
"barryp" wrote in message:
>>> There is a HUGE amount of software available
>> Really? All I ever heard about the TI 99/4A
>> software was it being made from Texas
>> Instruments. A 3rd party software company
>> should have the rights to write stuff for that
>> computer.
>> Again, there is a HUGE amount available. Why
>> would you think differently? Many individuals,
>> big companies, (have you heard of Atari?
>> Microsoft?)
Well it would be greedy, to just let TI release all
their own software produced & deny everyone
else who tries to write TI 99/4A software! :-)
> Third party companies certainly do have the right
> to write and many have done so.
It would also limit the success of the TI if they had
only released their own software.
>>>> Either way they had the advantage of
>>>> running & providing for their own machine.
>>> As does every other computer manufacturer.
>> In the case for a CP/M machine, all sorts of
>> people are able to program in any sort of
>> language. Providing the software doesn't use
>> anything specific to the machine, it's legitimate
>> to use it on various computers.
>> The Z80 or 8080 are two common processors
>> which allow easy access to it.
> Most mainstream languages are available for
> the TI99: Basic, Fortran, Forth, Pascal, Pilot,
> Logo, C, and many others that I can't think of
> right now. There are not that many
> fundamental differences between the TI99
> and others.
>>>> I was suprised to see that the TI 99/4A has two kinds
>>>> of memory, the 16kb is VRAM (virtual I presume) &
>>>> 256 (bytes?) of ordinary RAM. Still it is a 16bit 0
>>>> computer!
>>> RAM is RAM. (A profound statement if I've ever typed
>>> one) VRAM is Video RAM, just as on most other
>>> systems. The microprocessor accesses memory via
>>> the Video Display Processor. The 256 bytes is CPU
>>> RAM, used for registers, etc.
>> Sadily, that doesn't make sense, so the old computers
>> museum could be wrong about it (unless they are
>> talking about the TI 99/4 again!). My book indicates
>> that 16Kb of RAM is what it has. The old computers
>> museum states it has 16kb of VRAM & 256 bytes
>> (it wouldn't be 256kb of RAM!). My Amstrad has 128k
>> of RAM 16k of which is allocated to the screen!
> What are you saying doesn't make sense? The
> TI-99/4 and the TI-99/4A both have 16KB of RAM. It
> can be called VRAM because it is connected physically/
> electronically to the Video Display Processor.
It didn't make sense to me, because I just assumed that
most of the VRAM (in particular) was used on the screen,
leaving a few bytes in memory for your program! But
I just don't understand everything about this machine.
:-(
> They also have 256 BYTES of CPU RAM. That is not KB
> but one fourth of a KB. It is connected to the TMS9900
> processor and is not used for program storage.
> One more time; the most common use of a TI-99 is to
> run a module-based program.
> There's no O/S to be loaded from disk/tape/whatever.
> You just turn it on, shove a module into the port,
> select the module and go. The above takes <a
> second usually.
Cool!
Cheers.
vBulletin® v3.7.3, Copyright ©2000-2008, Jelsoft Enterprises Ltd.