#include <stdio.h>
#include <string.h>
#include <stdlib.h>
#include <limits.h>
#include <unistd.h>
#include "../src/ugbc.h"
#include "../src/libs/msc1.h"
Go to the source code of this file.
|
| void | execute6502 (Environment *_environment, char *_asm_filename, Variable *_variable) |
| void | test_fp_conversion_to_bytes (Environment *_environment, double _value, int _expected[4]) |
| void | test_fp_conversion_to_double (Environment *_environment, int _value[4], double _expected) |
| void | test_fp_6502_add (Environment *_environment, double _first, double _second, double _expected) |
| void | test_fp_6502_sub (Environment *_environment, double _first, double _second, double _expected) |
| int | suite_fp_6502 (Environment *_environment) |
| int | suite_fp (Environment *_environment) |
◆ execute6502()
◆ suite_fp()
◆ suite_fp_6502()
◆ test_fp_6502_add()
| void test_fp_6502_add |
( |
Environment * | _environment, |
|
|
double | _first, |
|
|
double | _second, |
|
|
double | _expected ) |
◆ test_fp_6502_sub()
| void test_fp_6502_sub |
( |
Environment * | _environment, |
|
|
double | _first, |
|
|
double | _second, |
|
|
double | _expected ) |
◆ test_fp_conversion_to_bytes()
| void test_fp_conversion_to_bytes |
( |
Environment * | _environment, |
|
|
double | _value, |
|
|
int | _expected[4] ) |
◆ test_fp_conversion_to_double()
| void test_fp_conversion_to_double |
( |
Environment * | _environment, |
|
|
int | _value[4], |
|
|
double | _expected ) |