s502 assembler
A very simple assembler for the 6502 line of processors written in C
|
File reading step. More...
#include "tokenslist.h"
Go to the source code of this file.
Functions | |
TokensList * | load_file (char *name) |
load and parse one file More... | |
File reading step.
Definition in file loadfile.h.
TokensList* load_file | ( | char * | name | ) |
load and parse one file
Load file, parse into tokens, build TokensList, identify token types
name | file name / path to load |
Definition at line 166 of file loadfile.c.
References ERROR, FAIL, LOG, read_file(), TokensList::tokenslist_free(), and TokensList::tokenslist_recognize().
Referenced by main().