Create common function for running instructions
[emu8051.git] / src / common / cpu8051.h
index adb96c8..49494f0 100644 (file)
@@ -80,6 +80,9 @@ cpu8051_init(void);
 void
 cpu8051_Exec(void);
 
+int
+cpu8051_run(int instr_count, int (*interface_stop)(void));
+
 void
 cpu8051_Reset(void);