dump lots more code

This commit is contained in:
Ash Wolf
2022-12-29 12:32:55 +00:00
parent bc1321735c
commit fcfbafff31
129 changed files with 41229 additions and 1511 deletions

View File

@@ -4,8 +4,11 @@
#include "compiler/common.h"
enum {
RegisterInvalid = -1,
Register0 = 0,
Register2 = 2,
Register3 = 3,
Register4 = 4,
RegisterMax = 32
};