Allow to set all SFR registers in CLI version
[emu8051.git] / src / common /
2014-02-13 Hugo VilleneuveAdd new value range check when writing register in...
2014-02-13 Hugo VilleneuveConvert CLI version input parsing to Lex/Yacc
2014-01-26 Hugo VilleneuveAdd better error checking when loading invalid hex...
2014-01-26 Hugo VilleneuveRefactor hex loading code
2014-01-26 Hugo VilleneuveMove macro definition to top of file
2014-01-26 Hugo VilleneuveUse log functions to display errors
2014-01-25 Hugo VilleneuveAdd general-purpose timer to GUI
2014-01-24 Hugo VilleneuveRemove display of command line options in GUI mode
2014-01-24 Hugo VilleneuveSimplify options parsing code
2014-01-14 Hugo VilleneuveFix compilation warning
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 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 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-07 Hugo VilleneuveSeparate cli and gtk sources into separate directories