[objdump] Add printdata()
[objdump] Add printrelocs()
[objdump] Add printsymbols()
[objdump] Add printsections()
[objdump] Add printstrings()
[objdump] First version of objdump
[lib/scc] Fix read myro header
[lib/scc] Fix myro write implementation
[as,ar,nm] Improve header dependencies
[nm] Add correct output in member of archives
[nm] Add print() function
[nm] Use better names for testing functions
[nm] Load strings into memory
[nm] Add explicit check in ftell()
[nm] Add parsing of options in command line
[nm] Add more overflow tests to nm()
[nm] Improve member skipping in ar()
[nm] Remove unused function fdie()
[nm] Add more overflow checks
[nm] Simplify error handling
[nm] Add support for object files inside ar files
[lib/scc] Add rdarhdr()
[ar] Add functions to write ar files
[myro] Don't pollute the namespace
[nm] Add more skeleton for ar files
[nm] Add nm() function
[lib/scc] Add magic number to myro header
[lib/scc] Add functions to read myro files
[lib/scc] Return an error code in myro functions
[lib/scc] Move myro functions to libscc
[lib/scc] Fix types of lpack/lunpack
[nm] Add skeleton for nm
[as] Add first version of myro code generator
[as] Add a list for symbols
[as] Add String type
[lib/scc] Hide struct alloc definition
[lib/scc] Add lpack and lunpack
[as] Move pack() to tobytes()
[as] Move writeout() to myro.c
[ar] Small improvement to the Makefile
[as] Fix bug related to ';'
[as] Fix error() in nextline()
[as-z80] Add (HL) addressing mode
[as-z80] Add imm8 and r8 instruction formats
[as-z80] Add support for P and Q class registers
[as] Fix order of evaluation of arguments in as description
[as] Remove the use of cursec in the symbol definition
[as] Fix name of iarch() in as.h
[as] Add dumpstab()
Add gitignore file
Add ar to the list of targets in master Makefile
[ar] Use common Makefile structure
[ar] Use main.c for tha file where main is written
[ar] Separate the not standard part to a different file
[ar] Write a draft of an ar tool
[as] Add r8_imm format instruction in z80
[as] Fix list of arguments in gen.awk
[as] Set recovery point
[as-z80] Generate error in immediate overflow
[as] Change direct to noargs
[as-z80] Add all the direct instructions of z80
[as] Don't use casecmp with bsearch()
[as] Add skeleton to check size of IMM operands
[as] Add basic AIMM argument matching in z80
[as] Fix type of fields in struct op
[as] Propagate AIMM property in +
[as] Add support for registers in expressions
[as-z80] Add missed I register
Remove dep file remove
[as] Add basic support for z80
[as] Make gen.awk platform independent
[as-x86] Remove debug information from gen.awk
[as-386] Update iarch() reg list
[as] Update directives to use AT&T syntax
[as-x86] Use unified file for instructions
[as] Small fix to register names
[as] Extend x86 register list
[as] Extend list of intel registers
Merge remote-tracking branch 'origin/master'
[as] Move match() to the target part
Remove touch dep
[as] Add indirection operand to primary()
[as] Get rid of : in labels definition
[as] Reduce the number of calls to casecmp()
Merge branch 'master' of ssh://bitreich.org/scm/scc
[libc] Do not use () in ctype macros
[libc] Add macro definitions for tolower() and toupper()
[as] Remove empty fields of instbl.c
[as] Preserve the name of symbols
[as] Free in binary()
[as] Fix end of string test in expr()
[as] Rewrite getargs()
[as] Fix +1 problems in parser
[as] Remove Arg type
[as] Small whitespace change
[as] Fix name sccsid of symbol.c
[as] Fix split()
Simplify Makefiles
Revert "Pass MAKEFLAGS as parameter to recursive makes"
Revert "Move library geneartion rule to libdep.mk"