X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=src%2Fmemory.h;h=fee41a633e93f0e6b5aa49839144c6efe1f7809d;hb=ce24c216aa7eaf099dda2c9efeb9603a4076c93e;hp=c8761e9f0028ddf0423173dcd40fbbb270584ba5;hpb=21fb2cf2a3c16d19ec65a3afacdcb15a90a38340;p=emu8051.git diff --git a/src/memory.h b/src/memory.h index c8761e9..fee41a6 100644 --- a/src/memory.h +++ b/src/memory.h @@ -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);