Dave¹s 8080 monitor doesn¹t require a stack or RAM but the Mon85 does. The downside is that the 8080 monitor has no loading ability.
Rich -- Rich Cini Collector of Classic Computers Build Master and lead engineer, Altair32 Emulator http://www.classiccmp.org/cini http://www.classiccmp.org/altair32 From: Don Caprio <[email protected]> Reply-To: S100-Post <[email protected]> Date: Sunday, May 31, 2015 at 12:53 PM To: S100-Post <[email protected]> Subject: Re: [N8VEM-S100:7139] Small (<1K) 8080 Monitor Source Code? John, I went through this same issue when I was restoring my first Imsai. I would suggest that you get source that does not require use of the stack. If your memory card(s) are not working the monitor will not run. A very basic monitor that has limited functionality could be in order. Something that can read/write ports, memory dump, loader, etc. I know I wasted many hours/days due to the stack issue. Monitors will be specific to the type of serial console you are using. Be mindful of this. My debug monitor was written for the 8251 and included the initialization code and hard coded port number (Imsai SIO). On Sun, May 31, 2015 at 6:48 AM, Richard Cini <[email protected]> wrote: > Dave Dunfield has two 8080 monitors you can use. His MON85 is the one I used > when I was restoring my IMSAI and it has an Intel HEX loader. I haven¹t looked > at it recently, but I think it compiles to less than 1k. > > Rich > > -- > Rich Cini > Collector of Classic Computers > Build Master and lead engineer, Altair32 Emulator > http://www.classiccmp.org/cini > http://www.classiccmp.org/altair32 > > From: John Parsons <[email protected]> > Reply-To: S100-Post <[email protected]> > Date: Sunday, May 31, 2015 at 9:36 AM > To: S100-Post <[email protected]> > Subject: [N8VEM-S100:7131] Small (<1K) 8080 Monitor Source Code? > > Does anyone have source code for a small, less than 1K, monitor for the 8080? > I am restoring my Altair and want to use one of the old cards that only takes > 1K eproms. Something with a cassette or xmodem interface would be very nice. I > looked at the 8080 monitor for the 8080 board, but it is way too big and has > way more in it than I need. If no one has a smaller one, I'll have to rip that > one apart. > Anything under 1K would be appreciated! > JohnP > > -- > You received this message because you are subscribed to the Google Groups > "N8VEM-S100" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- > You received this message because you are subscribed to the Google Groups > "N8VEM-S100" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. -- ------------------------------- Don Caprio [email protected] http://www.uxpro.com (925) 240-UNIX -- You received this message because you are subscribed to the Google Groups "N8VEM-S100" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout. -- You received this message because you are subscribed to the Google Groups "N8VEM-S100" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
