This is a first step toward moving the UI to C and adding file and network I/O in C. The fractal core will remain in assembler as well as the multiplier.
4 lines
78 B
C
4 lines
78 B
C
#include <inttypes.h>
|
|
|
|
// From mandel-core.s:
|
|
extern void mandel_start(void);
|