1
 2
 3
 4
 5
 6
 7
 8
 9
10
#ifndef ULM_FMTPARSER_H
#define ULM_FMTPARSER_H

// parses instruction format and generates code
void parseFmt();

void parseFmtDestroy(); // release all allocated memory


#endif // ULM_FMTPARSER_H