|
ugBASIC 1.18
An isomorphic BASIC language compiler for retrocomputers
|
Go to the source code of this file.
Enumerations | |
| enum | ThomsonFileType { BASIC_PRG = 0 , BASIC_DAT = 1 , ASM_PRG = 2 , TEXT = 3 } |
Functions | |
| void | target_prepare_finalization (Environment *_environment) |
| void | target_finalization (Environment *_environment) |
| int | frmt (Environment *_environment, char *ptr, char size, char *out) |
| int | convertbintok7 (Environment *_environment) |
| void | target_analysis (Environment *_environment) |
| enum ThomsonFileType |
| Enumerator | |
|---|---|
| BASIC_PRG | |
| BASIC_DAT | |
| ASM_PRG | |
| TEXT | |
Definition at line 238 of file _cleanup.c.
| int convertbintok7 | ( | Environment * | _environment | ) |
Definition at line 288 of file _cleanup.c.
| int frmt | ( | Environment * | _environment, |
| char * | ptr, | ||
| char | size, | ||
| char * | out ) |
Definition at line 86 of file _cleanup.c.
| void target_analysis | ( | Environment * | _environment | ) |
Definition at line 422 of file _cleanup.c.
| void target_finalization | ( | Environment * | _environment | ) |
Definition at line 45 of file _cleanup.c.
| void target_prepare_finalization | ( | Environment * | _environment | ) |
Definition at line 41 of file _cleanup.c.