diff --git a/Instruc.h b/Instruc.h new file mode 100644 index 0000000..110701c --- /dev/null +++ b/Instruc.h @@ -0,0 +1,9 @@ +#ifndef CONVERTER_H +#define CONVERTER_H + +void printBits(size_t const size, void const * const ptr); +long parseInst(char* instruction, char* argA, char* argB); + +int convertFile(char* filename, char* destination); + +#endif \ No newline at end of file