Add a C shell, which currently just passes through
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.
This commit is contained in:
parent
6479cf530c
commit
b27be3c159
5 changed files with 89 additions and 6 deletions
4
mandel.h
Normal file
4
mandel.h
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
#include <inttypes.h>
|
||||
|
||||
// From mandel-core.s:
|
||||
extern void mandel_start(void);
|
||||
Loading…
Add table
Add a link
Reference in a new issue