s502 assembler
A very simple assembler for the 6502 line of processors written in C
Main Page
Related Pages
Data Structures
Data Structures
Data Structure Index
Data Fields
All
b
d
h
i
l
m
n
o
p
s
t
v
Functions
i
m
s
t
Variables
Files
File List
Globals
All
_
a
b
c
d
e
f
i
l
m
n
o
p
r
s
t
u
w
Functions
c
d
i
l
m
n
p
r
s
t
u
w
Variables
Typedefs
Enumerations
Enumerator
Macros
•
All
Data Structures
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Pages
src
loadfile.h
Go to the documentation of this file.
1
#ifndef GUARD_LOADFILE
2
#define GUARD_LOADFILE
3
4
#include "
tokenslist.h
"
5
21
TokensList
*
load_file
(
char
* name);
22
23
#endif
load_file
TokensList * load_file(char *name)
load and parse one file
Definition:
loadfile.c:166
tokenslist.h
Implement TokensList.
TokensList
A doubly-linked list for storing Tokens.
Definition:
tokenslist.h:29
Generated by
1.8.20