Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 5 Jan 1995 13:40:02 -0800
From:      The Source Master <srcmastr@NetBSD.ORG>
To:        source-changes@NetBSD.ORG
Subject:   sun-lamp CVS commits
Message-ID:  <199501052140.NAA04707@sun-lamp.cs.berkeley.edu>

next in thread | raw e-mail | index | archive | help

pk
Thu Jan  5 13:33:33 PST 1995
Update of /b/source/CVS/src/sys/arch/sparc/sparc
In directory sun-lamp.cs.berkeley.edu:/d/users/pk/src/sys/arch/sparc/sparc

Modified Files:
	db_disasm.c 
Log Message:
Sparc disassembler from David Miller.
Heavily munged by me to:
- reduce table size significantly.
- follow various opcode tables in the Sparc Architecture Manual (V9)
  more closely.
- recognise V8 priviliged instructions.
- fit the DDB interface.
- fix many typos.
Todo:
- get a number of FP ops right (unimportant until V9 is here).
- opcode aliases (`mov',`cmp',`set') for simple instructions.
- better template matching; current method is sloppy and is prone to spurious
  matches.




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199501052140.NAA04707>