hopefully correct rap

This commit is contained in:
2023-12-23 14:22:47 +01:00
parent 6d324954af
commit 3bace25d46
3 changed files with 201 additions and 6 deletions

View File

@@ -48,6 +48,9 @@ struct CommandCell : public IntCell {
READCHAR = 201,
PUTCHAR = 202,
PUTNUM = 203,
CONS = 301,
END = 1000
};