Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
sun-lamp CVS commits
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.
Home |
Main Index |
Thread Index |
Old Index