Jump to content
IGNORED

TMS9900 Application Sheet


dhe

Recommended Posts

I suspect most of the 9900 series application sheets aren't online, although all of the chip datasheets are.

 

On odd 9900-family chips, I just found a source that actually has apparently-original TMX9909 chips in stock. They are on the seriously high side cost-wise though, as the source wants about $60 each, with a minimum order that puts the total cost into the 2K range. . .much worse price-wise than the $12 I paid for the last one I found.

Link to comment
Share on other sites

I wondered what might be in that one. One seller wants a lot of money for it. 
 

This application sheet is much like  content in the Software Development Handbook.  You’d also have seen it and much more in the 990/189 users manual.


I think that’s the role of Application Sheets. Short digest of an idea.  

 

There  is a lot of preserved 9900 “heritage” on stacks and position-independent   code in the Executive Runtime and Microprocessor manuals. And maybe that’s all taken from the DNOS manuals, I dunno yet!  
 

I was amazed at how much more there was to study outside my little home computer world. 

  • Like 2
Link to comment
Share on other sites

They show a use of POP and PUSH designed for saving the return address only. The method of letting the stack grow towards higher addresses then has its advantages.

But if you want a stack to work as a data stack, it's more efficient to let the stack pointer point to the value currently at the top of the stack, since you otherwise have to access it with an indexed address @-2(SP). *SP takes less space and is faster.

Yet another method is the one of Forth, where you have two stacks, data and return stacks.

  • Like 4
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...