emu8051.git
2014-01-23 Hugo Villeneuveemu8051 2.0.0 v2.0.0
2014-01-23 Hugo VilleneuveRemove dynamic update of GUI layout
2014-01-23 Hugo VilleneuveImprove view/hide of memory windows
2014-01-23 Hugo VilleneuveRemove deprecated view->sfr-window option
2014-01-23 Hugo VilleneuveFix error when toggling memory display viewing on/off
2014-01-15 Hugo VilleneuveRemove autogen.sh from distribution tarball
2014-01-15 Hugo VilleneuveChangeLog is now automatically generated from git log...
2014-01-14 Hugo VilleneuveFix compilation warning
2014-01-14 Hugo VilleneuveRefactor memwin.c for internal and external memories
2014-01-14 Hugo VilleneuveChange confusing variable name bits_per_row to bytes_pe...
2014-01-14 Hugo VilleneuveImprove performance of GUI step operations
2014-01-14 Hugo VilleneuveSet external memory size default to 256
2014-01-11 Hugo VilleneuveSet program memory size default to 65536
2014-01-11 Hugo VilleneuveCreate common function for running instructions
2014-01-03 Hugo VilleneuveFix warning for ignored return value for getline()
2014-01-03 Hugo VilleneuveFix [-Wsign-compare] warnings
2014-01-03 Hugo VilleneuveMerge ADD and ADDC operations into common function
2014-01-03 Hugo VilleneuveFix code indentation
2014-01-03 Hugo VilleneuveFix error with ADDC instruction
2014-01-03 Hugo VilleneuveAdd tests for ADD and ADDC instructions
2014-01-03 Hugo VilleneuveFix [-Wformat-security] warning
2014-01-03 Hugo VilleneuveFix warnings about unused function parameters
2014-01-03 Hugo VilleneuveFix [-Wmissing-field-initializers] warnings
2014-01-03 Hugo VilleneuveFix regression with ADDC instruction
2014-01-03 Hugo VilleneuveAdd additional compile warning flags
2013-12-11 Hugo VilleneuveMove git ignore file list to build-aux
2013-12-11 Hugo VilleneuveRemove configure cache directory after running autoreconf
2013-12-07 Hugo VilleneuveSeparate cli and gtk sources into separate directories
2013-12-07 Hugo VilleneuveRemove obsolescent macro AM_PROG_CC_C_O
2013-12-06 Anthony LiuImprove interrupt trigger code readability
2013-12-06 Anthony LiuFix bug when processing interrupts
2013-12-03 Hugo VilleneuveAdd support for as504 assembler, with output file option
2013-12-03 Hugo VilleneuveAdd support for as504 assembler
2013-12-02 Hugo VilleneuveFix bug when using separate build directory to create...
2013-12-02 Hugo VilleneuveReplace CALL by LCALL for compatibility with AS31 and...
2013-12-02 Hugo VilleneuveRemove CSEG directive for compatibility with AS31 and...
2013-12-02 Hugo VilleneuveRemove currently unsupported option to set iram size
2013-12-02 Hugo VilleneuveFix CPPFLAGS for each target (CLI and GTK)
2013-12-02 Hugo VilleneuveChange way tests are enabled/disabled by asem presence
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
next