Fix bug when processing interrupts
[emu8051.git] / src / cpu8051.c
2013-12-06 Anthony LiuFix bug when processing interrupts
2013-12-02 Hugo VilleneuveMove timer functions to timers.c
2013-12-02 Hugo VilleneuveFix bug with timers mode 0 (8 bits with 5-bit prescaler)
2013-12-02 Hugo VilleneuveFix error with timer1 being written to timer0
2013-12-02 Hugo VilleneuveFix syntax error in comments
2013-12-02 Hugo VilleneuveAdd option to automatically run and stop CLI emulator
2013-11-18 Hugo VilleneuveAdd parity bit update each instruction cycle
2013-11-17 Hugo VilleneuveAdd stack push/pop functions
2013-11-17 Hugo VilleneuveAdd comment about reset value of stack pointer
2013-11-06 Hugo VilleneuveRefactor code to read/write different memory types
2013-11-06 Hugo VilleneuveFix syntax error in comment
2013-10-10 Hugo VilleneuveReplace deprecated gtk_clist (pgmwin)
2013-09-08 Hugo VilleneuveFix syntax errors in ascii to int conversion v1.1.0
2013-09-08 Hugo VilleneuveRun checkpatch.pl on every source file
2013-09-08 Hugo VilleneuveReintroduce command line mode
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