[as-z80] Add index load operations
[as-z80] Add qq 16 bit load instructions
[as-z80] Add SP 16 bit load instructions
[as-z80] Unfify all the register class cases
[as-z80] Add 16 bit addressing load instructions
[as-z80] Add dd register class
[as-z80] Simplify r8-r8 instructions
[as] Add end pseudo instruction
[as] Add type pseudo instruction
[as] Add align pseudo instruction
[as] Add string pseudo instruction
[as/objdump] Add global and extern pseudo instructions
[as] Fix symexp()
[as] Mark as absolute symbols defined in absolute sections
[as/objdump] Add .size and .comm pseudo instructions
[as] Create a symbol for string
[as] Invert the meaning of LOAD and FILE bits
[as] Add optional parameter to .section
[as] Fix string and iden parser
[as] Rework section layer
[as] Fix ASYM argument
[lib/c] Fix assert.h
[lib/c] Simplify getnum() in vfprintf()
[as] Add more information to error in as()
[as] Add section selection pseudo instructions
[as] Add ASYM argument type
[as] Add FRELOC symbol flag
[as-z80] Fix AREG_HL case in match()
[as-z80] Add = pseudo instruction
[as/myro] Don't emit relocations in 1st pass
[lib/myro] Fix size of myro relocations
Merge branch 'master' of ssh://simple-cc.org:/var/gitrepos/scc
[as] Remove section parameter of emit()
[as] Don't define relocatable symbols
[as-z80] Add HL,imm16 opcodes
[as] Simplify the trailing character detection
[as] Accept comments only at the beginning of field
[as] Add additional information in as() error
[as] Simplify field()
[lib/c] Remove unneeded inclusion
[as] Add validator of labels
[as] Preserve order of the symbols in the output file
[as] Add section id to symbols
[as] Fix value of symbols
[as] Remove default option in section flags
[as] Emit correct symbol flags
Add -g by default to SCC_LDFLAGS
Merge branch 'master' of ssh://simple-cc.org:/var/gitrepos/scc
[lib/c] Fix dependencies generation
[as] Remove symtype enum
[as] Remove attrbute flagsfrom symbol
[as] Add command line options
[lib/crt] Add basic crt for z80-scc-none
[lib/c] Rethink the build process
[lib/c] Fix __labs.o in object Makefile list
Move FORALL to config.mk.def
Ignore test.log files
[lib/c] Add tmpnam()
[lib/c] Add sprintf(), snprintf(), vsprintf() and vsnprintf()
[lib/c] Add setbuf(), setbuffer(), setlinebuf() and setvbuf()
[lib/c] Add fopen(), fclose() and freopen()
[lib/c] Add data definition of __iob array
[lib/c] Simplify qsort()
[lib/c] Add qsort()
[lib/c] Fix small typo in strncmp()
[lib/c] Fix atexit() errno value
[lib/c] Add perror() and strerror()
[lib/c] Add fseek() and rewind()
[lib/c] Add feof(), ferror() and clearerr()
[lib/c] Add putc() and getc()
[lib/c] Simplify strncmp()
[lib/c] Fix strstr()
[lib/c] Add abs(), labs() and llabs()
[lib/c] Change order of objects in the Makefile
[lib/c] Add bsearch()
[lib/c] Add getenv() to the arch primitive list
[lib/c] Add abort()
Get rid of nothing
[lib/c] Add stdio declarations for file operations
[lib/c] Improve fread() and fwrite()
[lib/c] Protect srand() from macro definitions
[lib/c] Fix printf()
[lib/c] Simplify vfprintf()
[lib/c] Fix number conversions with prefix
[lib/c] Add puts() and fputs()
[lib/c] Add fread() and fwrite()
[lib/c] Add fgetc(), fputc(), getchar() and putchar()
[lib/c] Add gets() and fgets()
[lib/c] Fix multiple bugs in vfprintf()
[lib/c] Fix test increment
[lib/c] Fix type of parameter in numtostr()
[lib/c] Fix small typo in comment
[lib/c] Remove mask and size from getnum()
[lib/c] Rewrite vfprintf.c
[objdump] Add doit() function
[objdump] Introduce obj_info structure
[objdump] Fix printf types problems
[objdump] Print relocations in one line format
[objdump] Use 1 space as data header
[objdump] Print symbols in one line format