ugBASIC 1.18
An isomorphic BASIC language compiler for retrocomputers
Loading...
Searching...
No Matches
_cleanup.c File Reference
#include "../../ugbc.h"
#include <stdlib.h>
#include <stdio.h>
#include <math.h>

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)

Enumeration Type Documentation

◆ ThomsonFileType

Enumerator
BASIC_PRG 
BASIC_DAT 
ASM_PRG 
TEXT 

Definition at line 238 of file _cleanup.c.

Function Documentation

◆ convertbintok7()

int convertbintok7 ( Environment * _environment)

Definition at line 288 of file _cleanup.c.

◆ frmt()

int frmt ( Environment * _environment,
char * ptr,
char size,
char * out )

Definition at line 86 of file _cleanup.c.

◆ target_analysis()

void target_analysis ( Environment * _environment)

Definition at line 422 of file _cleanup.c.

◆ target_finalization()

void target_finalization ( Environment * _environment)

Definition at line 45 of file _cleanup.c.

◆ target_prepare_finalization()

void target_prepare_finalization ( Environment * _environment)

Definition at line 41 of file _cleanup.c.