Reads tokenized GFA BASIC version 3.x source files (.GFA) and converts them to human readable ASCII listings (.LST).
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
#ifndef TABLES_H |
|
#define TABLES_H |
|
|
|
extern const unsigned char *gfalct[512]; |
|
extern const unsigned char *gfapft[256]; |
|
extern const unsigned char *gfasft[256]; |
|
extern const short gfarecl[5][2]; |
|
|
|
#endif |
|
|
|
|