Added a fixme
authorLukas Krickl <lukas@krickl.dev>
Wed, 2 Oct 2024 17:48:54 +0000 (19:48 +0200)
committerLukas Krickl <lukas@krickl.dev>
Wed, 2 Oct 2024 17:48:54 +0000 (19:48 +0200)
src/main.c

index e033a06940378abfe8987a615eb30c5acaac85ef..8156550eb3d3e425fa29af51f8b48c038f7342b5 100644 (file)
@@ -7,13 +7,8 @@
 #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 
  */