mirror of
https://github.com/HEYAHONG/emu8051.git
synced 2025-05-08 22:09:27 +08:00
emu8051 2.0.0
This commit is contained in:
parent
5e7b849e7d
commit
30f7307f61
23
AUTHORS
23
AUTHORS
@ -1,8 +1,23 @@
|
|||||||
|
Original authors of emu8051:
|
||||||
|
|
||||||
Hugo Villeneuve
|
Hugo Villeneuve
|
||||||
|
Jonathan St-André
|
||||||
|
Pascal Fecteau
|
||||||
|
Jimmy Ringuette
|
||||||
|
|
||||||
Jonathan St-André
|
|
||||||
|
|
||||||
Pascal Fecteau
|
Actual maintainer:
|
||||||
|
|
||||||
Jimmy Ringuette
|
Hugo Villeneuve
|
||||||
|
|
||||||
|
|
||||||
|
Debian package maintainer:
|
||||||
|
|
||||||
|
Bhavani Shankar
|
||||||
|
|
||||||
|
|
||||||
|
Additional contributors / bugs fixing:
|
||||||
|
|
||||||
|
Anthony Liu
|
||||||
|
Pierre Ferrari
|
||||||
|
Tobias Diedrich
|
||||||
|
48
NEWS
48
NEWS
@ -1,3 +1,51 @@
|
|||||||
|
|
||||||
|
2014-01-14: emu8051-2.0.0 has been released
|
||||||
|
|
||||||
|
Fix error with ADDC instruction: the carry flag was not added to the
|
||||||
|
result.
|
||||||
|
|
||||||
|
Fix bug when processing interrupts
|
||||||
|
|
||||||
|
Fix bug with timers mode 0 (8 bits with 5-bit prescaler)
|
||||||
|
|
||||||
|
Fix error with timer1 being written to timer0
|
||||||
|
|
||||||
|
Fix error with EM command in CLI mode
|
||||||
|
|
||||||
|
Add option to automatically run and stop CLI emulator for
|
||||||
|
regression testing
|
||||||
|
|
||||||
|
Add parity bit update each instruction cycle
|
||||||
|
|
||||||
|
Fix bug with MOV DPTR,#data16 instruction
|
||||||
|
|
||||||
|
Fix bugs with ORL and ANL instructions
|
||||||
|
|
||||||
|
Fix error with ADD instruction and AC bit
|
||||||
|
|
||||||
|
Fix error with JMP @A,DPTR instruction
|
||||||
|
|
||||||
|
Fix error with RETI instruction
|
||||||
|
|
||||||
|
Add Timers 0 and 1 to SFR window
|
||||||
|
|
||||||
|
Add option to specify memory sizes
|
||||||
|
|
||||||
|
Add live option to change windows layout (8 or 16 bytes width)
|
||||||
|
|
||||||
|
Add external memory window
|
||||||
|
|
||||||
|
Memory and register windows values can now be edited
|
||||||
|
|
||||||
|
Save paned positions and main window size to config file
|
||||||
|
Add support for saving UI settings to config file
|
||||||
|
|
||||||
|
Replace fixed frames with scrollable and resizable windows
|
||||||
|
|
||||||
|
Update code to compile with GTK3
|
||||||
|
|
||||||
|
See the file 'ChangeLog' for further details.
|
||||||
|
|
||||||
2013-09-07: emu8051-1.1.2 has been released
|
2013-09-07: emu8051-1.1.2 has been released
|
||||||
Fix error with CJNE instruction.
|
Fix error with CJNE instruction.
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
# configure.ac -- Process this file with autoconf to produce configure
|
# configure.ac -- Process this file with autoconf to produce configure
|
||||||
|
|
||||||
dnl Initialization stuff.
|
dnl Initialization stuff.
|
||||||
AC_INIT([emu8051], [1.1.2], [hugo@hugovil.com], [emu8051],
|
AC_INIT([emu8051], [2.0.0], [hugo@hugovil.com], [emu8051],
|
||||||
[http://www.hugovil.com/fr/emu8051/])
|
[http://www.hugovil.com/fr/emu8051/])
|
||||||
AC_CONFIG_AUX_DIR([build-aux])
|
AC_CONFIG_AUX_DIR([build-aux])
|
||||||
AC_CONFIG_SRCDIR(src/common/cpu8051.c)
|
AC_CONFIG_SRCDIR(src/common/cpu8051.c)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user