X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=src%2Fhexfile.h;h=0f46527d1cedc5b25cb388cc9c7dcbce890c3d1c;hb=5905b40585298defb8e4230adfe90dfbccb465b9;hp=8bfb64621e12a5ce5dd44e03256e79f268844896;hpb=fc4dd8fa3aab94a5f63c097ed9809c75560abd7d;p=emu8051.git diff --git a/src/hexfile.h b/src/hexfile.h index 8bfb646..0f46527 100644 --- a/src/hexfile.h +++ b/src/hexfile.h @@ -22,9 +22,16 @@ #ifndef HEXFILE_H #define HEXFILE_H 1 - void -LoadHexFile( const char *filename ); +int2asciihex(int val, char *str, int width); + +int +asciihex2int(char *str); +unsigned int +Ascii2Hex(char *istring, int length); + +void +LoadHexFile(const char *filename); #endif /* HEXFILE_H */