[as] Only fold binary when both operands are immediate
[as-z80] Add IM instructions
[as-z80] Add more operations of ED prefix
[as-z80] Add more immediate operations
[as-z80] Add unconditional absolute branches
[as-z80] Add RST instructions
[as-z80] Add conditional branch instructions
[as-z80] Add direct addressing tests
[as-z80] Fix buffer overflow in imm16()
[as] Create bytes with the size of the instruction
[as] Initialize sec->mem in new sections
[as-z80] Add direct addressing tests
[as-z80] Add index subpair instructions
[as-z80] Remove all the undocumented and duplicated BIT
[as-z80] Implement bit operations
[as-z80] Add more tests
[as-z80] Fix push code
[as-z80] Remove all the duplicated BIT opcodes
[as-z80] Fix rotations opcodes
[as-z80] Add more test cases
[as-z80] Fix opcode of XOR A,(HL)
[as-z80] Add more test cases
[as-z80] Add SP to the list of registers
[as] Strim input data
Change Quentin Carbonneaux mail address
[as] Don't do twice the line number
[as] Change all the spaces or tabs to newlines
[as-z80] Create r16_xx() and xx_r16()
[as-z80] Add more instructions to the test
[as-z80] Allow register names with '
[as] Keep relative order of instruction with same verb
[as-z80] Fix encoding of 8 bit INC
[cc1] Add more comments to the TODO list
[as-z80] Remove r8()
[as] Add better loging in test.sh
[as] Make test.sh clearer
[as-z80] Copy always all the bytes from op buffer
[as-z80] Add more instructions to the test
[as] Sort op data
[as] Add some debug information in generated files
[as] Fix test.sh
[as-z80] Add missed addressing modes in z80/proc.c
[as-z80] Add test for NOP instruction
[as] Add test.sh script
[as] Fix cleansec()
[as] Process multiple files
[as-z80] Comment all the test cases
[as] Fix split()
[as] Read gen.awk rules from a file
[as] Print proper error messages in gen.awk
[as-z80] Add instruction test file
[as-z80] Add call and return group
[as-z80] Add Jump group
[as-z80] Add input and output group
[as-z80] Add bit manipulation group
[as-z80] Add undocumented (and strange) rotate operations
[as-z80] Add rotate and shift group
[as-z80] Add missed exchange instructions
[as-z80] Add Exchange, block transfer and search groups
[as-i386] Correct signess of p in match()
[as-z80] Add General purpose ALU and CPU control group
[as-z80] Add 16 bit ALU group
[as-z80] Add 8 bit ALU group instructions
[as] Simplify the format of x80.dat
[as-z80] Add I and R load operations
[as-z80] Add indirect BC and DE load instructions
[as-z80] Add load inmmediate with indexed addressing
[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()