I should go to sleep frfr.

This commit is contained in:
2025-06-19 02:56:15 +01:00
parent 11a107e56d
commit ccc4421bb1
3 changed files with 36 additions and 26 deletions
+2 -2
View File
@@ -16,13 +16,13 @@ impl Syntax {
"xor", "nand", "nor", "xnor", "irt", "int", "hlt",
// pseduo-instructions
"db", "dh", "dw", "resb", "resh", "resw", "push", "pop", "lwi", "call",
"ret",
"include",
]),
types: BTreeSet::from([]),
special: BTreeSet::from([
"rg0", "rg1", "rg2", "rg3", "rg4", "rg5", "rg6", "rg7", "rg8", "rg9",
"rga", "rgb", "rgc", "rgd", "rge", "rgf", "acc", "spr", "bpr", "ret",
"idr", "mmr", "zero", "null",
"idr", "mmr", "zero", "null", "pcx", "mdr", "mar", "sts", "cir",
]),
}
}