Peel off assemblers into optional module.

Not sufficiently tested.
This commit is contained in:
Brad Nelson
2023-07-05 15:00:59 -07:00
parent 2a673c7378
commit 6884898cb1
9 changed files with 148 additions and 10 deletions

View File

@ -23,6 +23,7 @@
#define CALLING_OPCODE_LIST
#define FLOATING_POINT_LIST
#define USER_WORDS
#define OPTIONAL_ASSEMBLERS_SUPPORT
#include "builtins.h"
#define XV(flags, name, op, code) Z(flags, name, op, code)