Setup the assembler to use the new file reading code.

This commit is contained in:
2022-04-28 22:24:10 -05:00
parent 1968590654
commit 1900b504e7
6 changed files with 60 additions and 33 deletions
+1
View File
@@ -6,6 +6,7 @@
#include <string.h>
#include "list.h"
List* GetTokens(const char *);
char* GetToken(char*);
char* PeekNextToken(void);