Allow hex numbers to begin with 0x or $ prefix in scanner
[emu8051.git] / src / cli / emuconsole.c
2014-02-13 Hugo VilleneuveConvert CLI version input parsing to Lex/Yacc
2014-02-07 Hugo VilleneuveRemove address parameter from RUN and TRACE CLI commands
2014-01-26 Hugo VilleneuveAdd general-purpose timer to CLI
2014-01-26 Hugo VilleneuveAdd better error checking when loading invalid hex...
2014-01-26 Hugo VilleneuveAllow EM command to be specified without arguments
2014-01-26 Hugo VilleneuveFix error when specifying start address in CLI version
2014-01-25 Hugo VilleneuveDo not display eror message when simply pressing return...
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 VilleneuveFix [-Wformat-security] warning
2013-12-07 Hugo VilleneuveSeparate cli and gtk sources into separate directories