Path: utzoo!attcan!uunet!samsung!brutus.cs.uiuc.edu!ux1.cso.uiuc.edu!ux1.cso.uiuc.edu!aglew From: aglew@dwarfs.csg.uiuc.edu (Andy Glew) Newsgroups: comp.os.misc Subject: Re: 88K simulator Message-ID: Date: 21 Mar 90 16:27:29 GMT References: <17241@isvax.isl.melco.co.jp> <11387@encore.Encore.COM> Sender: usenet@ux1.cso.uiuc.edu (News) Followup-To: comp.os.misc Organization: University of Illinois, Computer Systems Group Lines: 14 In-Reply-To: jkenton@pinocchio.encore.com's message of 19 Mar 90 12:55:37 GMT Motorola's 88K simulator is basically user mode only. Tektronix has a more complete 88K simulator, complete with I/O device emulation. I have an "instruction recognizer" - ie. the decoder, the thing that recognizes instructions, the heart of a dissassembler and the front-end for a simulator and part of an instruction statistics gathering package for the 88K (and a MIPS R2000 version, generated by the same tool to generate fast instruction recognizers). It's public domain, email me. I'd like to make this into a simulator generator package, but I'm not working on it now. -- Andy Glew, aglew@uiuc.edu