fix debug printing function, add readmem function

This commit is contained in:
skamkar 2009-07-13 08:22:24 +00:00
commit 1dff8c42f5
4 changed files with 30 additions and 5 deletions

View file

@ -8,6 +8,7 @@
#define __APPS_H
/// appmain.c
void ReadMem(int addr);
void AppMain(void);
void SamyRun(void);
void DbpIntegers(int a, int b, int c);