#include <getopt.h>
/**
- * TODO: Implement -d flag to disassemble input file
- * TODO: Add symbol file output
* TODO: Write documentation
- * TODO: process defined variables inside defines correctly
- * TODO: Implement struct, union and enum syntax
- * TODO: Add warning levels such as: warning when literal is too large for
- * register with -w syntax
+ * FIXME: it is not possible to use #define variables in macros
*/