projects
/
emu8051.git
/ search
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Use log functions to display errors
2014-01-26
Hugo Villeneuve
Use log functions to display errors
commit
|
commitdiff
|
tree
2014-01-26
Hugo Villeneuve
Fix error when specifying start address in CLI version
commit
|
commitdiff
|
tree
2014-01-26
Hugo Villeneuve
Add square root regression test
commit
|
commitdiff
|
tree
2014-01-26
Hugo Villeneuve
Return error for test files without any validation...
commit
|
commitdiff
|
tree
2014-01-25
Hugo Villeneuve
Do not display eror message when simply pressing return...
commit
|
commitdiff
|
tree
2014-01-25
Hugo Villeneuve
Add general-purpose timer to GUI
commit
|
commitdiff
|
tree
2014-01-24
Hugo Villeneuve
Add documentation about regression testing
commit
|
commitdiff
|
tree
2014-01-24
Hugo Villeneuve
Remove display of command line options in GUI mode
commit
|
commitdiff
|
tree
2014-01-24
Hugo Villeneuve
Simplify options parsing code
commit
|
commitdiff
|
tree
2014-01-23
Hugo Villeneuve
emu8051 2.0.0
commit
|
commitdiff
|
tree
2014-01-23
Hugo Villeneuve
Remove dynamic update of GUI layout
commit
|
commitdiff
|
tree
2014-01-23
Hugo Villeneuve
Improve view/hide of memory windows
commit
|
commitdiff
|
tree
2014-01-23
Hugo Villeneuve
Remove deprecated view->sfr-window option
commit
|
commitdiff
|
tree
2014-01-23
Hugo Villeneuve
Fix error when toggling memory display viewing on/off
commit
|
commitdiff
|
tree
2014-01-15
Hugo Villeneuve
Remove autogen.sh from distribution tarball
commit
|
commitdiff
|
tree
2014-01-15
Hugo Villeneuve
ChangeLog is now automatically generated from git log...
commit
|
commitdiff
|
tree
2014-01-14
Hugo Villeneuve
Fix compilation warning
commit
|
commitdiff
|
tree
2014-01-14
Hugo Villeneuve
Refactor memwin.c for internal and external memories
commit
|
commitdiff
|
tree
2014-01-14
Hugo Villeneuve
Change confusing variable name bits_per_row to bytes_per_row
commit
|
commitdiff
|
tree
2014-01-14
Hugo Villeneuve
Improve performance of GUI step operations
commit
|
commitdiff
|
tree
2014-01-14
Hugo Villeneuve
Set external memory size default to 256
commit
|
commitdiff
|
tree
2014-01-11
Hugo Villeneuve
Set program memory size default to 65536
commit
|
commitdiff
|
tree
2014-01-11
Hugo Villeneuve
Create common function for running instructions
commit
|
commitdiff
|
tree
2014-01-03
Hugo Villeneuve
Fix warning for ignored return value for getline()
commit
|
commitdiff
|
tree
2014-01-03
Hugo Villeneuve
Fix [-Wsign-compare] warnings
commit
|
commitdiff
|
tree
2014-01-03
Hugo Villeneuve
Merge ADD and ADDC operations into common function
commit
|
commitdiff
|
tree
2014-01-03
Hugo Villeneuve
Fix code indentation
commit
|
commitdiff
|
tree
2014-01-03
Hugo Villeneuve
Fix error with ADDC instruction
commit
|
commitdiff
|
tree
2014-01-03
Hugo Villeneuve
Add tests for ADD and ADDC instructions
commit
|
commitdiff
|
tree
2014-01-03
Hugo Villeneuve
Fix [-Wformat-security] warning
commit
|
commitdiff
|
tree
2014-01-03
Hugo Villeneuve
Fix warnings about unused function parameters
commit
|
commitdiff
|
tree
2014-01-03
Hugo Villeneuve
Fix [-Wmissing-field-initializers] warnings
commit
|
commitdiff
|
tree
2014-01-03
Hugo Villeneuve
Fix regression with ADDC instruction
commit
|
commitdiff
|
tree
2014-01-03
Hugo Villeneuve
Add additional compile warning flags
commit
|
commitdiff
|
tree
2013-12-11
Hugo Villeneuve
Move git ignore file list to build-aux
commit
|
commitdiff
|
tree
2013-12-11
Hugo Villeneuve
Remove configure cache directory after running autoreconf
commit
|
commitdiff
|
tree
2013-12-07
Hugo Villeneuve
Separate cli and gtk sources into separate directories
commit
|
commitdiff
|
tree
2013-12-07
Hugo Villeneuve
Remove obsolescent macro AM_PROG_CC_C_O
commit
|
commitdiff
|
tree
2013-12-03
Hugo Villeneuve
Add support for as504 assembler, with output file option
commit
|
commitdiff
|
tree
2013-12-03
Hugo Villeneuve
Add support for as504 assembler
commit
|
commitdiff
|
tree
2013-12-02
Hugo Villeneuve
Fix bug when using separate build directory to create...
commit
|
commitdiff
|
tree
2013-12-02
Hugo Villeneuve
Replace CALL by LCALL for compatibility with AS31 and...
commit
|
commitdiff
|
tree
2013-12-02
Hugo Villeneuve
Remove CSEG directive for compatibility with AS31 and...
commit
|
commitdiff
|
tree
2013-12-02
Hugo Villeneuve
Remove currently unsupported option to set iram size
commit
|
commitdiff
|
tree
2013-12-02
Hugo Villeneuve
Fix CPPFLAGS for each target (CLI and GTK)
commit
|
commitdiff
|
tree
2013-12-02
Hugo Villeneuve
Change way tests are enabled/disabled by asem presence
commit
|
commitdiff
|
tree
2013-12-02
Hugo Villeneuve
Run each test separately from single shell script
commit
|
commitdiff
|
tree
2013-12-02
Hugo Villeneuve
Move timer functions to timers.c
commit
|
commitdiff
|
tree
2013-12-02
Hugo Villeneuve
Add tests for timers mode 2
commit
|
commitdiff
|
tree
2013-12-02
Hugo Villeneuve
Change test output expected string layout
commit
|
commitdiff
|
tree
2013-12-02
Hugo Villeneuve
Add tests for timers mode 0
commit
|
commitdiff
|
tree
2013-12-02
Hugo Villeneuve
Fix bug with timers mode 0 (8 bits with 5-bit prescaler)
commit
|
commitdiff
|
tree
2013-12-02
Hugo Villeneuve
Add tests for timers mode 1
commit
|
commitdiff
|
tree
2013-12-02
Hugo Villeneuve
Fix error with timer1 being written to timer0
commit
|
commitdiff
|
tree
2013-12-02
Hugo Villeneuve
Add PC check for all tests
commit
|
commitdiff
|
tree
2013-12-02
Hugo Villeneuve
Add tests for MOV instruction
commit
|
commitdiff
|
tree
2013-12-02
Hugo Villeneuve
Add tests for DIV instruction
commit
|
commitdiff
|
tree
2013-12-02
Hugo Villeneuve
Add tests for ANL instruction
commit
|
commitdiff
|
tree
2013-12-02
Hugo Villeneuve
Add tests for ORL instruction
commit
|
commitdiff
|
tree
2013-12-02
Hugo Villeneuve
Add framework for regression testing
commit
|
commitdiff
|
tree
2013-12-02
Hugo Villeneuve
Automatic generation of test hex files
commit
|
commitdiff
|
tree
2013-12-02
Hugo Villeneuve
Add tests for MUL instructions
commit
|
commitdiff
|
tree
2013-12-02
Hugo Villeneuve
Remove hex files
commit
|
commitdiff
|
tree
2013-12-02
Hugo Villeneuve
Rename test-files directory -> tests
commit
|
commitdiff
|
tree
2013-12-02
Hugo Villeneuve
Add automake options -Wall and gnu std-options
commit
|
commitdiff
|
tree
2013-12-02
Hugo Villeneuve
Remove superfluous bytes in program disassembly
commit
|
commitdiff
|
tree
2013-12-02
Hugo Villeneuve
Fix code indentation
commit
|
commitdiff
|
tree
2013-12-02
Hugo Villeneuve
Prevent dissassembling instructions past last address
commit
|
commitdiff
|
tree
2013-12-02
Hugo Villeneuve
Add ignore files to gitignore
commit
|
commitdiff
|
tree
2013-12-02
Hugo Villeneuve
Fix syntax error in comments
commit
|
commitdiff
|
tree
2013-12-02
Hugo Villeneuve
Fix error with EM command in CLI mode
commit
|
commitdiff
|
tree
2013-12-02
Hugo Villeneuve
CLI version: Add <?> to display help menu
commit
|
commitdiff
|
tree
2013-12-02
Hugo Villeneuve
Reintroduce PSW in list of displayed registers (for...
commit
|
commitdiff
|
tree
2013-12-02
Hugo Villeneuve
Display SFR registers one per line in automatic run...
commit
|
commitdiff
|
tree
2013-12-02
Hugo Villeneuve
Move SFR read/write functions to new file sfr.c
commit
|
commitdiff
|
tree
2013-12-02
Hugo Villeneuve
Add option to automatically run and stop CLI emulator
commit
|
commitdiff
|
tree
2013-12-02
Hugo Villeneuve
Replace printf statements with log functions
commit
|
commitdiff
|
tree
2013-12-02
Hugo Villeneuve
Move variable declaration before statements
commit
|
commitdiff
|
tree
2013-12-02
Hugo Villeneuve
Display filename in case of HEX file load error
commit
|
commitdiff
|
tree
2013-11-23
Hugo Villeneuve
Zero all memories when initializing program
commit
|
commitdiff
|
tree
2013-11-23
Hugo Villeneuve
Add grid lines to PSW window
commit
|
commitdiff
|
tree
2013-11-21
Hugo Villeneuve
Add PSW sub window
commit
|
commitdiff
|
tree
2013-11-21
Hugo Villeneuve
Use macro to set name of sub window
commit
|
commitdiff
|
tree
2013-11-21
Hugo Villeneuve
Change scope of local variable to static
commit
|
commitdiff
|
tree
2013-11-21
Hugo Villeneuve
Add option to display bool hex character
commit
|
commitdiff
|
tree
2013-11-21
Hugo Villeneuve
Add PSW generic bit write/read functions
commit
|
commitdiff
|
tree
2013-11-18
Hugo Villeneuve
Add parity bit update each instruction cycle
commit
|
commitdiff
|
tree
2013-11-18
Hugo Villeneuve
Add function to read 16-bit address/offset/value from...
commit
|
commitdiff
|
tree
2013-11-18
Hugo Villeneuve
Fix bug with MOV DPTR,#data16 instruction
commit
|
commitdiff
|
tree
2013-11-18
Hugo Villeneuve
Remove unused destination adressing mode #data16
commit
|
commitdiff
|
tree
2013-11-17
Hugo Villeneuve
Make MUL and DIV use generic source/destination variables
commit
|
commitdiff
|
tree
2013-11-17
Hugo Villeneuve
Refactor perl code to write C source code line
commit
|
commitdiff
|
tree
2013-11-17
Hugo Villeneuve
Refactor perl code to write file header
commit
|
commitdiff
|
tree
2013-11-17
Hugo Villeneuve
Add overflow and auxiliary carry flags manipulation...
commit
|
commitdiff
|
tree
2013-11-17
Hugo Villeneuve
Simplify carry bit set/clr functions
commit
|
commitdiff
|
tree
2013-11-17
Hugo Villeneuve
Add carry bit definitions
commit
|
commitdiff
|
tree
2013-11-17
Hugo Villeneuve
Move PSW bit manipulation functions to psw.c
commit
|
commitdiff
|
tree
2013-11-17
Hugo Villeneuve
Add carry flag manipulation functions
commit
|
commitdiff
|
tree
2013-11-17
Hugo Villeneuve
Add stack push/pop functions
commit
|
commitdiff
|
tree
2013-11-17
Hugo Villeneuve
Add DPTR read/write functions
commit
|
commitdiff
|
tree
next