Banked registers R0 to R7 depend on internal memory content.
#include "memory.h"
#include "hexfile.h"
#include "cpu8051.h"
#include "memory.h"
#include "hexfile.h"
#include "cpu8051.h"
#include "memwin.h"
static GtkWidget *memlist;
#include "memwin.h"
static GtkWidget *memlist;
/* Store new value in gtk model. */
gtk_list_store_set(GTK_LIST_STORE(model), &iter, column, str, -1);
/* Store new value in gtk model. */
gtk_list_store_set(GTK_LIST_STORE(model), &iter, column, str, -1);
+
+ /*
+ * Make sure to update all registers and memory.
+ * For example, BANKed registers depends on internal memory.
+ */
+ regwin_Show();