emu8051.git
2013-11-06 Hugo VilleneuveVersion 1.1.3 v1.1.3
2013-11-04 Hugo VilleneuveFix error with JMP @A,DPTR instruction
2013-11-04 Hugo VilleneuveFix error with RETI instruction
2013-09-08 Hugo VilleneuveRelease v1.1.2 v1.1.2
2013-09-08 Hugo VilleneuveFix compiler warning (and potential bug) in auto-genera...
2013-09-08 Hugo VilleneuveFix compiler warning about unused variable set by getline()
2013-09-08 Hugo VilleneuveFix compiler warning about unused variable set by getch()
2013-09-08 Hugo VilleneuveFix error with CJNE instruction
2013-09-08 Hugo VilleneuveAdd test file for CJNE bug
2013-09-08 Hugo VilleneuveRemove obsolete comment about older c++ code
2013-09-08 Hugo VilleneuveFix trailing whitespace
2013-09-08 Hugo VilleneuveCreate two separate executables, emu8051-cli (default... v1.1.1
2013-09-08 Hugo VilleneuveAdd display of address in case of error
2013-09-08 Hugo VilleneuveFix error with SJMP instruction
2013-09-08 Hugo VilleneuveImprove window sizing
2013-09-08 Hugo VilleneuveRemove unnecessary autoconf checks
2013-09-08 Hugo VilleneuveFix syntax errors in ascii to int conversion v1.1.0
2013-09-08 Hugo VilleneuveConversion from iso8859-1 to utf-8
2013-09-08 Hugo VilleneuveRun checkpatch.pl on every source file
2013-09-08 Hugo VilleneuveUpdate NEWS and ChangeLog
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 VilleneuveUpgrade to gtk+-2
2013-09-08 Hugo VilleneuveAdd automatic regeneration of files from opcode2c.pl...
2013-09-08 Hugo VilleneuveCode simplification and cleanup
2013-09-08 Hugo VilleneuveModify generated files for 8051 instructions
2013-09-08 Hugo VilleneuveAdd options -h and -version
2013-09-08 Hugo VilleneuveChange autogen.sh script and rename test_files directory
2013-09-08 Hugo VilleneuveIncrease version number
2013-09-08 Hugo VilleneuveAdd documentation v0.1.0
2013-09-08 Hugo VilleneuveInitial import v0.0.1