[as] Fix use before setting in field()
Merge remote-tracking branch 'simple-cc/master'
[as] Allow left to right or right to left parsing
[as] Fix getline
[as] Add support for recursive inclusion
[as] Use isspace() in field()
Merge branch 'master' of ssh://simple-cc.org/var/gitrepos/scc
[as] Don't use fgets()
[as-z80] Change [] to ()
[as] Move parser stuff to parser.c
[as] Small comment fix
[as] Create unary() function
[as] Use $ for immediate
[as] Remove memory operand from operand()
[as] Generalize zilog() to addrmode()
[as-z80] Update test.s to use only ()
[as] Define regmode
[as] Fix lunpack()
[as] Run sort under the C locale
[as] Don't force % in register names
[as] Add number parsing
Add limits macros for TUINT and TINT
[as] Update test.sh to cover with the new dir structure
[as] Change the filesystem tree
[as-z80] Fix RET cc opcodes
Use [] instead of () for indirection
Remove unreachable goto
[as] Trim characters from fields
[as-z80] Add relative jumps
[as-z80] Remove unneeded break
[as-z80] Add bibliography documentation
[as-z80] Don't call getclass() in every match iteration
[as-z80] Pass directly the node to flag2int() and reg2int()
[as-z80] Remove class functions
[as-z80] Remove argtype field form symbols
[as-z80] Simplify 8 bit load group
[as-z80] Expand ld16() to all the cases
[as-z80] Add indirect jumps
[as] Don't include ^ in the rules regexs
[as-z80] Add alu16() function
[as-z80] Add input-output instructions
[as-z80] Add bit operations
[as-z80] Add rotate and shift operations
[as-z80] Add test for indexed instructions
[as-z80] Add test for SBC %A,imm
[as-z80] Add test for indexed instructions
[as-z80] Add idx() implementation
[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