I'm not sure how much good a 2900 assembler would be for a 3000 series part. The 2900
has an address controller more like a typical micro computer, while the 3000 is more like
playing a game of chess.
Of course, you can always use 3000 series alu's with a 2900 series address controller
( 2910 or 2911 as I recall ).
Dwight
________________________________
From: cctalk <cctalk-bounces at classiccmp.org> on behalf of Eric Smith via cctalk
<cctalk at classiccmp.org>
Sent: Friday, May 4, 2018 1:40:17 PM
To: Kyle Owen
Cc: General Discussion: On-Topic and Off-Topic Posts
Subject: Re: Intel 3000 series
On Fri, May 4, 2018 at 2:10 PM, Kyle Owen <kylevowen at gmail.com> wrote:
Any tips on how to get it running in SimH or the like? I don't see any text
file describing the system or format.
Should be in there somewhere. The IMD files are ImageDisk format. The ZIP
files contain the extracted CP/M files. I ran it some years ago but don't
recall the details.
Some time ago I started working on an AMDASM clone written in Python 3, but
it's not
yet far enough along to be useful.
Sweet! I wonder if there is enough in the way of microcoded stuff that a
microdisassembler wouldn't be handy as well. Does something like that
already exist?
I haven't heard of a general-purpose microcode disassembler. I wrote a
custom disassembler for the Atari Am2900-based "Math Box" used in
Battlezone, Red Baron, and Tempest, and a few others for even more obscure
machines.