From owner-freebsd-hackers Tue Feb 27 12:44:51 1996 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id MAA01440 for hackers-outgoing; Tue, 27 Feb 1996 12:44:51 -0800 (PST) Received: from who.cdrom.com (who.cdrom.com [192.216.222.3]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id MAA01423 for ; Tue, 27 Feb 1996 12:44:48 -0800 (PST) Received: from kithrup.com (kithrup.com [205.179.156.40]) by who.cdrom.com (8.6.12/8.6.11) with ESMTP id MAA14670 for ; Tue, 27 Feb 1996 12:27:51 -0800 Received: (from sef@localhost) by kithrup.com (8.6.8/8.6.6) id MAA15332; Tue, 27 Feb 1996 12:18:55 -0800 Date: Tue, 27 Feb 1996 12:18:55 -0800 From: Sean Eric Fagan Message-Id: <199602272018.MAA15332@kithrup.com> To: erich@lodgenet.com, narvi@haldjas.folklore.ee Subject: Re: as(1) patch & dis Cc: babkin@hq.icb.chel.su, hackers@FreeBSD.org Sender: owner-hackers@FreeBSD.org Precedence: bulk >Most of the code that you need has already been written, it's part >of gdb. I've wanted to rip the disassembly stuff >out of gdb and make it stand alone There is no need to do that; you can just use the binutils package, and objdump can disassemble ("objdump -d "). >Actually, SCO's dis(CP) from 3.2v4.2 runs as well under ibcs2 as on >real SCO. Most of the development system does, except for masm, and >some other programs that need (use) a vm86 call. >anyone know why SCO's syslog implementation needs vm86? How... bizarre. Are you sure it's not sysi86? Sean.