projects
/
emu8051.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Do not display eror message when simply pressing return in CLI version
[emu8051.git]
/
src
/
2014-01-25
Hugo Villeneuve
Do not display eror message when simply pressing return...
tree
|
commitdiff
2014-01-25
Hugo Villeneuve
Add general-purpose timer to GUI
tree
|
commitdiff
2014-01-24
Hugo Villeneuve
Remove display of command line options in GUI mode
tree
|
commitdiff
2014-01-24
Hugo Villeneuve
Simplify options parsing code
tree
|
commitdiff
2014-01-23
Hugo Villeneuve
Remove dynamic update of GUI layout
tree
|
commitdiff
2014-01-23
Hugo Villeneuve
Improve view/hide of memory windows
tree
|
commitdiff
2014-01-23
Hugo Villeneuve
Remove deprecated view->sfr-window option
tree
|
commitdiff
2014-01-23
Hugo Villeneuve
Fix error when toggling memory display viewing on/off
tree
|
commitdiff
2014-01-14
Hugo Villeneuve
Fix compilation warning
tree
|
commitdiff
2014-01-14
Hugo Villeneuve
Refactor memwin.c for internal and external memories
tree
|
commitdiff
2014-01-14
Hugo Villeneuve
Change confusing variable name bits_per_row to bytes_pe...
tree
|
commitdiff
2014-01-14
Hugo Villeneuve
Improve performance of GUI step operations
tree
|
commitdiff
2014-01-14
Hugo Villeneuve
Set external memory size default to 256
tree
|
commitdiff
2014-01-11
Hugo Villeneuve
Set program memory size default to 65536
tree
|
commitdiff
2014-01-11
Hugo Villeneuve
Create common function for running instructions
tree
|
commitdiff
2014-01-03
Hugo Villeneuve
Fix warning for ignored return value for getline()
tree
|
commitdiff
2014-01-03
Hugo Villeneuve
Fix [-Wsign-compare] warnings
tree
|
commitdiff
2014-01-03
Hugo Villeneuve
Merge ADD and ADDC operations into common function
tree
|
commitdiff
2014-01-03
Hugo Villeneuve
Fix code indentation
tree
|
commitdiff
2014-01-03
Hugo Villeneuve
Fix error with ADDC instruction
tree
|
commitdiff
2014-01-03
Hugo Villeneuve
Fix [-Wformat-security] warning
tree
|
commitdiff
2014-01-03
Hugo Villeneuve
Fix warnings about unused function parameters
tree
|
commitdiff
2014-01-03
Hugo Villeneuve
Fix [-Wmissing-field-initializers] warnings
tree
|
commitdiff
2014-01-03
Hugo Villeneuve
Fix regression with ADDC instruction
tree
|
commitdiff
2014-01-03
Hugo Villeneuve
Add additional compile warning flags
tree
|
commitdiff
2013-12-07
Hugo Villeneuve
Separate cli and gtk sources into separate directories
tree
|
commitdiff
2013-12-06
Anthony Liu
Improve interrupt trigger code readability
tree
|
commitdiff
2013-12-06
Anthony Liu
Fix bug when processing interrupts
tree
|
commitdiff
2013-12-02
Hugo Villeneuve
Remove currently unsupported option to set iram size
tree
|
commitdiff
2013-12-02
Hugo Villeneuve
Fix CPPFLAGS for each target (CLI and GTK)
tree
|
commitdiff
2013-12-02
Hugo Villeneuve
Move timer functions to timers.c
tree
|
commitdiff
2013-12-02
Hugo Villeneuve
Fix bug with timers mode 0 (8 bits with 5-bit prescaler)
tree
|
commitdiff
2013-12-02
Hugo Villeneuve
Fix error with timer1 being written to timer0
tree
|
commitdiff
2013-12-02
Hugo Villeneuve
Remove superfluous bytes in program disassembly
tree
|
commitdiff
2013-12-02
Hugo Villeneuve
Fix code indentation
tree
|
commitdiff
2013-12-02
Hugo Villeneuve
Prevent dissassembling instructions past last address
tree
|
commitdiff
2013-12-02
Hugo Villeneuve
Fix syntax error in comments
tree
|
commitdiff
2013-12-02
Hugo Villeneuve
Fix error with EM command in CLI mode
tree
|
commitdiff
2013-12-02
Hugo Villeneuve
CLI version: Add <?> to display help menu
tree
|
commitdiff
2013-12-02
Hugo Villeneuve
Reintroduce PSW in list of displayed registers (for...
tree
|
commitdiff
2013-12-02
Hugo Villeneuve
Display SFR registers one per line in automatic run...
tree
|
commitdiff
2013-12-02
Hugo Villeneuve
Move SFR read/write functions to new file sfr.c
tree
|
commitdiff
2013-12-02
Hugo Villeneuve
Add option to automatically run and stop CLI emulator
tree
|
commitdiff
2013-12-02
Hugo Villeneuve
Replace printf statements with log functions
tree
|
commitdiff
2013-12-02
Hugo Villeneuve
Move variable declaration before statements
tree
|
commitdiff
2013-12-02
Hugo Villeneuve
Display filename in case of HEX file load error
tree
|
commitdiff
2013-11-23
Hugo Villeneuve
Zero all memories when initializing program
tree
|
commitdiff
2013-11-23
Hugo Villeneuve
Add grid lines to PSW window
tree
|
commitdiff
2013-11-21
Hugo Villeneuve
Add PSW sub window
tree
|
commitdiff
2013-11-21
Hugo Villeneuve
Use macro to set name of sub window
tree
|
commitdiff
2013-11-21
Hugo Villeneuve
Change scope of local variable to static
tree
|
commitdiff
2013-11-21
Hugo Villeneuve
Add option to display bool hex character
tree
|
commitdiff
2013-11-21
Hugo Villeneuve
Add PSW generic bit write/read functions
tree
|
commitdiff
2013-11-18
Hugo Villeneuve
Add parity bit update each instruction cycle
tree
|
commitdiff
2013-11-18
Hugo Villeneuve
Add function to read 16-bit address/offset/value from...
tree
|
commitdiff
2013-11-18
Hugo Villeneuve
Fix bug with MOV DPTR,#data16 instruction
tree
|
commitdiff
2013-11-18
Hugo Villeneuve
Remove unused destination adressing mode #data16
tree
|
commitdiff
2013-11-17
Hugo Villeneuve
Make MUL and DIV use generic source/destination variables
tree
|
commitdiff
2013-11-17
Hugo Villeneuve
Refactor perl code to write C source code line
tree
|
commitdiff
2013-11-17
Hugo Villeneuve
Refactor perl code to write file header
tree
|
commitdiff
2013-11-17
Hugo Villeneuve
Add overflow and auxiliary carry flags manipulation...
tree
|
commitdiff
2013-11-17
Hugo Villeneuve
Simplify carry bit set/clr functions
tree
|
commitdiff
2013-11-17
Hugo Villeneuve
Add carry bit definitions
tree
|
commitdiff
2013-11-17
Hugo Villeneuve
Move PSW bit manipulation functions to psw.c
tree
|
commitdiff
2013-11-17
Hugo Villeneuve
Add carry flag manipulation functions
tree
|
commitdiff
2013-11-17
Hugo Villeneuve
Add stack push/pop functions
tree
|
commitdiff
2013-11-17
Hugo Villeneuve
Add DPTR read/write functions
tree
|
commitdiff
2013-11-17
Hugo Villeneuve
Add comment about reset value of stack pointer
tree
|
commitdiff
2013-11-17
Hugo Villeneuve
Fix error with ADD instruction and AC bit
tree
|
commitdiff
2013-11-17
Hugo Villeneuve
Fix bug with ANL instruction
tree
|
commitdiff
2013-11-17
Hugo Villeneuve
Fix bug with ORL instruction
tree
|
commitdiff
2013-11-06
Hugo Villeneuve
Fix error with JMP @A,DPTR instruction
tree
|
commitdiff
2013-11-06
Hugo Villeneuve
Fix error with RETI instruction
tree
|
commitdiff
2013-11-06
Hugo Villeneuve
Add view menu option to view/hide SFR memory dump window
tree
|
commitdiff
2013-11-06
Hugo Villeneuve
Add support to view/hide SFR memory dump window in...
tree
|
commitdiff
2013-11-06
Hugo Villeneuve
Refactor code to create memory windows
tree
|
commitdiff
2013-11-06
Hugo Villeneuve
Refactor log functions
tree
|
commitdiff
2013-11-06
Hugo Villeneuve
Add option to specify maximum pgm memory size
tree
|
commitdiff
2013-11-06
Hugo Villeneuve
Refactor code to read/write different memory types
tree
|
commitdiff
2013-11-06
Hugo Villeneuve
Rename macros for maximum memory sizes
tree
|
commitdiff
2013-11-06
Hugo Villeneuve
Limit default external memory size to 1024 bytes
tree
|
commitdiff
2013-11-06
Hugo Villeneuve
Fix syntax error in comment
tree
|
commitdiff
2013-11-06
Hugo Villeneuve
Do not reset emulator on file load (no ram clear)
tree
|
commitdiff
2013-11-06
Hugo Villeneuve
Add Timers 0 and 1 to SFR window
tree
|
commitdiff
2013-11-06
Hugo Villeneuve
Add option to specify maximum memory sizes
tree
|
commitdiff
2013-11-06
Hugo Villeneuve
Add view menu option to enable/disable IRAM/XRAM windows
tree
|
commitdiff
2013-11-06
Hugo Villeneuve
Add view menu option for selecting bits per row (8/16)
tree
|
commitdiff
2013-11-06
Hugo Villeneuve
Add support for bits per row in config file
tree
|
commitdiff
2013-11-06
Hugo Villeneuve
Add live option to change windows layout
tree
|
commitdiff
2013-11-06
Hugo Villeneuve
Use fixed font for ASCII column
tree
|
commitdiff
2013-11-06
Hugo Villeneuve
Align memory data columns text on left side
tree
|
commitdiff
2013-11-06
Hugo Villeneuve
Adjust memory index column header according to number...
tree
|
commitdiff
2013-11-06
Hugo Villeneuve
Harmonize windows refresh function names
tree
|
commitdiff
2013-11-06
Hugo Villeneuve
Save vpane position for memory windows
tree
|
commitdiff
2013-11-06
Hugo Villeneuve
Add external memory window vpaned_mem
tree
|
commitdiff
2013-11-06
Hugo Villeneuve
Convert memwin to display internal or external memory
tree
|
commitdiff
2013-11-06
Hugo Villeneuve
Use single function to refresh all windows
tree
|
commitdiff
2013-11-06
Hugo Villeneuve
Code cleanup (tree view store init)
tree
|
commitdiff
2013-11-06
Hugo Villeneuve
Increase dissassembled instructions lines from 24 to 100
tree
|
commitdiff
2013-11-06
Hugo Villeneuve
Add red color for current instruction in pgmwin
tree
|
commitdiff
next