emu8051.git
2013-12-02 Hugo VilleneuveRun each test separately from single shell script
2013-12-02 Hugo VilleneuveMove timer functions to timers.c
2013-12-02 Hugo VilleneuveAdd tests for timers mode 2
2013-12-02 Hugo VilleneuveChange test output expected string layout
2013-12-02 Hugo VilleneuveAdd tests for timers mode 0
2013-12-02 Hugo VilleneuveFix bug with timers mode 0 (8 bits with 5-bit prescaler)
2013-12-02 Hugo VilleneuveAdd tests for timers mode 1
2013-12-02 Hugo VilleneuveFix error with timer1 being written to timer0
2013-12-02 Hugo VilleneuveAdd PC check for all tests
2013-12-02 Hugo VilleneuveAdd tests for MOV instruction
2013-12-02 Hugo VilleneuveAdd tests for DIV instruction
2013-12-02 Hugo VilleneuveAdd tests for ANL instruction
2013-12-02 Hugo VilleneuveAdd tests for ORL instruction
2013-12-02 Hugo VilleneuveAdd framework for regression testing
2013-12-02 Hugo VilleneuveAutomatic generation of test hex files
2013-12-02 Hugo VilleneuveAdd tests for MUL instructions
2013-12-02 Hugo VilleneuveRemove hex files
2013-12-02 Hugo VilleneuveRename test-files directory -> tests
2013-12-02 Hugo VilleneuveAdd automake options -Wall and gnu std-options
2013-12-02 Hugo VilleneuveRemove superfluous bytes in program disassembly
2013-12-02 Hugo VilleneuveFix code indentation
2013-12-02 Hugo VilleneuvePrevent dissassembling instructions past last address
2013-12-02 Hugo VilleneuveAdd ignore files to gitignore
2013-12-02 Hugo VilleneuveFix syntax error in comments
2013-12-02 Hugo VilleneuveFix error with EM command in CLI mode
2013-12-02 Hugo VilleneuveCLI version: Add <?> to display help menu
2013-12-02 Hugo VilleneuveReintroduce PSW in list of displayed registers (for...
2013-12-02 Hugo VilleneuveDisplay SFR registers one per line in automatic run...
2013-12-02 Hugo VilleneuveMove SFR read/write functions to new file sfr.c
2013-12-02 Hugo VilleneuveAdd option to automatically run and stop CLI emulator
2013-12-02 Hugo VilleneuveReplace printf statements with log functions
2013-12-02 Hugo VilleneuveMove variable declaration before statements
2013-12-02 Hugo VilleneuveDisplay filename in case of HEX file load error
2013-11-23 Hugo VilleneuveZero all memories when initializing program
2013-11-23 Hugo VilleneuveAdd grid lines to PSW window
2013-11-21 Hugo VilleneuveAdd PSW sub window
2013-11-21 Hugo VilleneuveUse macro to set name of sub window
2013-11-21 Hugo VilleneuveChange scope of local variable to static
2013-11-21 Hugo VilleneuveAdd option to display bool hex character
2013-11-21 Hugo VilleneuveAdd PSW generic bit write/read functions
2013-11-18 Hugo VilleneuveAdd parity bit update each instruction cycle
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 VilleneuveSimplify carry bit set/clr functions
2013-11-17 Hugo VilleneuveAdd carry bit definitions
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 VilleneuveAdd comment about reset value of stack pointer
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-11-06 Hugo VilleneuveAdd view menu option to view/hide SFR memory dump window
2013-11-06 Hugo VilleneuveAdd support to view/hide SFR memory dump window in...
2013-11-06 Hugo VilleneuveUpdate TODO
2013-11-06 Hugo VilleneuveRefactor code to create memory windows
2013-11-06 Hugo VilleneuveRefactor log functions
2013-11-06 Hugo VilleneuveAdd option to specify maximum pgm memory size
2013-11-06 Hugo VilleneuveRefactor code to read/write different memory types
2013-11-06 Hugo VilleneuveRename macros for maximum memory sizes
2013-11-06 Hugo VilleneuveLimit default external memory size to 1024 bytes
2013-11-06 Hugo VilleneuveFix syntax error in comment
2013-11-06 Hugo VilleneuveDo not reset emulator on file load (no ram clear)
2013-11-06 Hugo VilleneuveAdd Timers 0 and 1 to SFR window
2013-11-06 Hugo VilleneuveAdd option to specify maximum memory sizes
2013-11-06 Hugo VilleneuveAdd view menu option to enable/disable IRAM/XRAM windows
2013-11-06 Hugo VilleneuveAdd view menu option for selecting bits per row (8/16)
2013-11-06 Hugo VilleneuveAdd support for bits per row in config file
2013-11-06 Hugo VilleneuveAdd live option to change windows layout
2013-11-06 Hugo VilleneuveUse fixed font for ASCII column
2013-11-06 Hugo VilleneuveAlign memory data columns text on left side
2013-11-06 Hugo VilleneuveAdjust memory index column header according to number...
2013-11-06 Hugo VilleneuveHarmonize windows refresh function names
2013-11-06 Hugo VilleneuveSave vpane position for memory windows
2013-11-06 Hugo VilleneuveAdd external memory window vpaned_mem
2013-11-06 Hugo VilleneuveConvert memwin to display internal or external memory
2013-11-06 Hugo VilleneuveUse single function to refresh all windows
2013-11-06 Hugo VilleneuveCode cleanup (tree view store init)
2013-11-06 Hugo VilleneuveIncrease dissassembled instructions lines from 24 to 100
2013-11-06 Hugo VilleneuveAdd red color for current instruction in pgmwin
2013-11-06 Hugo VilleneuveRefresh pgmwin after modifying regwin (PC)
2013-11-06 Hugo VilleneuveAdd offset address to memwin dump header
2013-11-06 Hugo VilleneuveRemove address parameter when dumping memwin
2013-11-06 Hugo VilleneuveRefactor code for memwin and pgmwin modify
2013-11-06 Hugo VilleneuveRegisters window can now be edited
2013-11-06 Hugo VilleneuveRefresh register window after any memory modification
2013-11-06 Hugo VilleneuveMemory window can now be edited
2013-11-06 Hugo VilleneuveReplace macro EMU8051_DEBUG with logging functions
2013-11-06 Hugo VilleneuveReplace custom command-line options processing with...
2013-11-06 Hugo VilleneuveAdd debug log functions
2013-11-06 Hugo VilleneuveReplace custom help->about dialog with gtk_show_about_d...
2013-11-06 Hugo VilleneuveAdd web site url and bug report email to AC_INIT
next