1#ifndef __UGBASICTESTER__
2#define __UGBASICTESTER__
void test_fp_6502_add(Environment *_environment, double _first, double _second, double _expected)
void test_fp_conversion_to_double(Environment *_environment, int _value[4], double _expected)
void execute6502(Environment *_environment, char *_asm_filename, Variable *_variable)
int suite_fp(Environment *_environment)
int suite_fp_6502(Environment *_environment)
void test_fp_conversion_to_bytes(Environment *_environment, double _value, int _expected[4])
void test_fp_6502_sub(Environment *_environment, double _first, double _second, double _expected)
struct _Variable Variable
Structure of a single variable.
struct _Environment Environment
Structure of compilation environment.