projects
/
emu8051.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2eaad49
)
emu8051 1.1.4
v1.1.y
v1.1.4
author
Hugo Villeneuve
<hugo@hugovil.com>
Sat, 22 Mar 2014 17:57:47 +0000
(13:57 -0400)
committer
Hugo Villeneuve
<hugo@hugovil.com>
Sat, 22 Mar 2014 18:06:14 +0000
(14:06 -0400)
NEWS
patch
|
blob
|
history
configure.ac
patch
|
blob
|
history
diff --git
a/NEWS
b/NEWS
index
dcc4e4b
..
3fbeb59
100644
(file)
--- a/
NEWS
+++ b/
NEWS
@@
-1,3
+1,6
@@
+2014-03-22: emu8051-1.1.4 has been released
+ Fix error with ANL and ORL instructions
+
2013-11-05: emu8051-1.1.3 has been released
Fix error with JMP @A,DPTR instruction
Fix error with RETI instruction
diff --git
a/configure.ac
b/configure.ac
index
05e7d1f
..
a8dc471
100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-1,7
+1,7
@@
# configure.ac -- Process this file with autoconf to produce configure
dnl Initialization stuff.
-AC_INIT(emu8051, 1.1.
3
)
+AC_INIT(emu8051, 1.1.
4
)
AC_CONFIG_AUX_DIR(config)
AC_CONFIG_SRCDIR(src/cpu8051.c)
AM_CONFIG_HEADER(config.h:config-h.in)