Remove obsolescent macro AM_PROG_CC_C_O
[emu8051.git] / src / opcode2c.pl
2013-11-18 Hugo VilleneuveAdd function to read 16-bit address/offset/value from...
2013-11-18 Hugo VilleneuveFix bug with MOV DPTR,#data16 instruction
2013-11-18 Hugo VilleneuveRemove unused destination adressing mode #data16
2013-11-17 Hugo VilleneuveMake MUL and DIV use generic source/destination variables
2013-11-17 Hugo VilleneuveRefactor perl code to write C source code line
2013-11-17 Hugo VilleneuveRefactor perl code to write file header
2013-11-17 Hugo VilleneuveAdd overflow and auxiliary carry flags manipulation...
2013-11-17 Hugo VilleneuveMove PSW bit manipulation functions to psw.c
2013-11-17 Hugo VilleneuveAdd carry flag manipulation functions
2013-11-17 Hugo VilleneuveAdd stack push/pop functions
2013-11-17 Hugo VilleneuveAdd DPTR read/write functions
2013-11-17 Hugo VilleneuveFix error with ADD instruction and AC bit
2013-11-17 Hugo VilleneuveFix bug with ANL instruction
2013-11-17 Hugo VilleneuveFix bug with ORL instruction
2013-11-06 Hugo VilleneuveFix error with JMP @A,DPTR instruction
2013-11-06 Hugo VilleneuveFix error with RETI instruction
2013-09-08 Hugo VilleneuveFix compiler warning (and potential bug) in auto-genera...
2013-09-08 Hugo VilleneuveFix error with CJNE instruction
2013-09-08 Hugo VilleneuveRemove obsolete comment about older c++ code
2013-09-08 Hugo VilleneuveFix trailing whitespace
2013-09-08 Hugo VilleneuveFix error with SJMP instruction
2013-09-08 Hugo VilleneuveRun checkpatch.pl on every source file
2013-09-08 Hugo VilleneuveUpdate Free Software Foundation address
2013-09-08 Hugo VilleneuveAdd licencing information to each source file
2013-09-08 Hugo VilleneuveCode simplification and cleanup
2013-09-08 Hugo VilleneuveModify generated files for 8051 instructions