[comp.os.msdos.programmer] WANTED: pd disassembler source

mleiber@hpwad.HP.COM (#Michael Leiber) (10/04/90)

Hi,

I'm looking for a public domain disassembler C-SOURCE to be included in 
a system exerciser tool. The disassembler should be able to disassemble
at least iAPX268 code. Best would be an implementation in the following
form:

void disassemble(void *code, unsigned int nbytes);

where,
	void *code, is a pointer to a, let's say memory location
	unsigned int nbytes, the number of bytes to disassemble

and which disassembles to stdout.

		thanx for any help,    michael


------------------------------------------------------------------------------
internet: mleiber@hpwadlk
phone:	  Germany 7243 602527
address:  Michael Leiber, Hewlett Packard, Waldbronn Analytic Division,
	  Hewlett Packard Str. 1, 7517 Waldbronn, West Germany
------------------------------------------------------------------------------