Both the assembler and the disassembler should now support all the instructions I've layed out thus far.
This commit is contained in:
+1
-1
@@ -4,7 +4,7 @@
|
||||
#include <string.h>
|
||||
#include "token.h"
|
||||
|
||||
#define OPCODECOUNT 12
|
||||
#define OPCODECOUNT 13
|
||||
#define REGISTERCOUNT 8
|
||||
|
||||
typedef struct {
|
||||
|
||||
Reference in New Issue
Block a user