Remove obsolescent macro AM_PROG_CC_C_O
[emu8051.git] / src / options.h
index a03173e..589c2d5 100644 (file)
@@ -33,6 +33,7 @@ struct options_t {
        int xram_size; /* Maximum external ram size. */
        char *filename;
        int log;
+       uint16_t stop_address; /* Run program up to that adress and exit. */
 } options_t;
 
 void