s502 assembler
A very simple assembler for the 6502 line of processors written in C
|
Entry point. More...
#include "logging.h"
#include "pass_twothree.h"
#include "state.h"
#include "loadfile.h"
#include "pass_one.h"
#include "tokenFunc.h"
Go to the source code of this file.
Macros | |
#define | __USE_MINGW_ANSI_STDIO 1 |
Functions | |
int | main (int argc, char **argv) |
standard libc main function More... | |
int main | ( | int | argc, |
char ** | argv | ||
) |
standard libc main function
argc | commandline arg count |
argv | commandline arguments |
Definition at line 23 of file main.c.
References State::defines, FAIL, State::infile, State::labels, load_file(), LOG, LOGDO, logging_level(), Map::map_debug_print(), pass_one(), pass_two(), State::state_free(), State::state_load_instr(), State::state_new(), State::state_parse_commandline(), State::tokens, TokensList::tokenslist_debug_print(), and write_data().