+2013-11-05 Anthony <antliu at gmail.com>
+ * Fix error with JMP @A,DPTR instruction
+ * Fix error with RETI instruction
+ Error report and patch submission by Anthony
+ (antliu at gmail.com).
+
2013-09-07 Hugo Villeneuve <hugo@hugovil.com>
* Fix compiler warnings
* Fix error with CJNE instruction.
+2013-11-05: emu8051-1.1.3 has been released
+ Fix error with JMP @A,DPTR instruction
+ Fix error with RETI instruction
+
2013-09-07: emu8051-1.1.2 has been released
Fix error with CJNE instruction.
# configure.ac -- Process this file with autoconf to produce configure
dnl Initialization stuff.
-AC_INIT(emu8051, 1.1.2)
+AC_INIT(emu8051, 1.1.3)
AC_CONFIG_AUX_DIR(config)
AC_CONFIG_SRCDIR(src/cpu8051.c)
AM_CONFIG_HEADER(config.h:config-h.in)