emu8051 1.1.4

This commit is contained in:
Hugo Villeneuve
2014-03-22 13:57:47 -04:00
parent 2eaad49bf9
commit f2acc77221
2 changed files with 4 additions and 1 deletions

3
NEWS
View File

@@ -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

View File

@@ -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)