Remove obsolescent macro AM_PROG_CC_C_O
[emu8051.git] / src / emuconsole.c
2013-12-02 Hugo VilleneuvePrevent dissassembling instructions past last address
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 VilleneuveDisplay SFR registers one per line in automatic run...
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-11-17 Hugo VilleneuveAdd DPTR read/write functions
2013-11-06 Hugo VilleneuveReplace macro EMU8051_DEBUG with logging functions
2013-11-06 Hugo VilleneuveReplace custom command-line options processing with...
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 VilleneuveCreate two separate executables, emu8051-cli (default... v1.1.1
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