projects
/
emu8051.git
/ search
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Replace CALL by LCALL for compatibility with AS31 and AS504 assemblers
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
2013-11-17
Hugo Villeneuve
Add comment about reset value of stack pointer
commit
|
commitdiff
|
tree
2013-11-17
Hugo Villeneuve
Fix error with ADD instruction and AC bit
commit
|
commitdiff
|
tree
2013-11-17
Hugo Villeneuve
Fix bug with ANL instruction
commit
|
commitdiff
|
tree
2013-11-17
Hugo Villeneuve
Fix bug with ORL instruction
commit
|
commitdiff
|
tree
2013-11-06
Hugo Villeneuve
Fix error with JMP @A,DPTR instruction
commit
|
commitdiff
|
tree
2013-11-06
Hugo Villeneuve
Fix error with RETI instruction
commit
|
commitdiff
|
tree
2013-11-06
Hugo Villeneuve
Add view menu option to view/hide SFR memory dump window
commit
|
commitdiff
|
tree
2013-11-06
Hugo Villeneuve
Add support to view/hide SFR memory dump window in...
commit
|
commitdiff
|
tree
2013-11-06
Hugo Villeneuve
Update TODO
commit
|
commitdiff
|
tree
2013-11-06
Hugo Villeneuve
Refactor code to create memory windows
commit
|
commitdiff
|
tree
2013-11-06
Hugo Villeneuve
Refactor log functions
commit
|
commitdiff
|
tree
2013-11-06
Hugo Villeneuve
Add option to specify maximum pgm memory size
commit
|
commitdiff
|
tree
2013-11-06
Hugo Villeneuve
Refactor code to read/write different memory types
commit
|
commitdiff
|
tree
2013-11-06
Hugo Villeneuve
Rename macros for maximum memory sizes
commit
|
commitdiff
|
tree
2013-11-06
Hugo Villeneuve
Limit default external memory size to 1024 bytes
commit
|
commitdiff
|
tree
2013-11-06
Hugo Villeneuve
Fix syntax error in comment
commit
|
commitdiff
|
tree
2013-11-06
Hugo Villeneuve
Do not reset emulator on file load (no ram clear)
commit
|
commitdiff
|
tree
2013-11-06
Hugo Villeneuve
Add Timers 0 and 1 to SFR window
commit
|
commitdiff
|
tree
2013-11-06
Hugo Villeneuve
Add option to specify maximum memory sizes
commit
|
commitdiff
|
tree
2013-11-06
Hugo Villeneuve
Add view menu option to enable/disable IRAM/XRAM windows
commit
|
commitdiff
|
tree
2013-11-06
Hugo Villeneuve
Add view menu option for selecting bits per row (8/16)
commit
|
commitdiff
|
tree
2013-11-06
Hugo Villeneuve
Add support for bits per row in config file
commit
|
commitdiff
|
tree
2013-11-06
Hugo Villeneuve
Add live option to change windows layout
commit
|
commitdiff
|
tree
2013-11-06
Hugo Villeneuve
Use fixed font for ASCII column
commit
|
commitdiff
|
tree
2013-11-06
Hugo Villeneuve
Align memory data columns text on left side
commit
|
commitdiff
|
tree
2013-11-06
Hugo Villeneuve
Adjust memory index column header according to number...
commit
|
commitdiff
|
tree
2013-11-06
Hugo Villeneuve
Harmonize windows refresh function names
commit
|
commitdiff
|
tree
2013-11-06
Hugo Villeneuve
Save vpane position for memory windows
commit
|
commitdiff
|
tree
2013-11-06
Hugo Villeneuve
Add external memory window vpaned_mem
commit
|
commitdiff
|
tree
2013-11-06
Hugo Villeneuve
Convert memwin to display internal or external memory
commit
|
commitdiff
|
tree
2013-11-06
Hugo Villeneuve
Use single function to refresh all windows
commit
|
commitdiff
|
tree
2013-11-06
Hugo Villeneuve
Code cleanup (tree view store init)
commit
|
commitdiff
|
tree
2013-11-06
Hugo Villeneuve
Increase dissassembled instructions lines from 24 to 100
commit
|
commitdiff
|
tree
2013-11-06
Hugo Villeneuve
Add red color for current instruction in pgmwin
commit
|
commitdiff
|
tree
2013-11-06
Hugo Villeneuve
Refresh pgmwin after modifying regwin (PC)
commit
|
commitdiff
|
tree
2013-11-06
Hugo Villeneuve
Add offset address to memwin dump header
commit
|
commitdiff
|
tree
2013-11-06
Hugo Villeneuve
Remove address parameter when dumping memwin
commit
|
commitdiff
|
tree
2013-11-06
Hugo Villeneuve
Refactor code for memwin and pgmwin modify
commit
|
commitdiff
|
tree
2013-11-06
Hugo Villeneuve
Registers window can now be edited
commit
|
commitdiff
|
tree
2013-11-06
Hugo Villeneuve
Refresh register window after any memory modification
commit
|
commitdiff
|
tree
2013-11-06
Hugo Villeneuve
Memory window can now be edited
commit
|
commitdiff
|
tree
next