#include "../../ugbc.h"
#include <stdlib.h>
#include <stdio.h>
#include <math.h>
Go to the source code of this file.
◆ mo5_convertbintok7_original()
| int mo5_convertbintok7_original |
( |
Environment * | _environment | ) |
|
◆ target_cleanup()
◆ target_linkage()
Convert C64's assembly to executable.
- Parameters
-
Convert C64's assembly to executable.
- Parameters
-
Definition at line 47 of file _build.c.
◆ OUTPUT_FILE_TYPE_AS_STRING
| char OUTPUT_FILE_TYPE_AS_STRING[][16] |
|
extern |
In technical terms, it's an array (or list) of constant strings. Each string represents the description of the generated format. This variable has three main purposes in the compiler workflow: the compiler uses this array to rename output files based on the source filename; òets the compiler know which output "stages" the user has requested; finally, before writing a file, the system checks whether the desired extension is one of the "managed" or supported types on the target architecture.
Definition at line 172 of file _infrastructure.c.