Change test output expected string layout
[emu8051.git] / src / memory.h
index c8761e9..fee41a6 100644 (file)
@@ -79,6 +79,9 @@ stack_pop8(void);
 uint16_t
 stack_pop16(void);
 
+uint16_t
+pgm_read_addr16(uint16_t base);
+
 void
 DumpMem(char *Address, char *Asize, int memory_id);