Added direct memory access

This commit is contained in:
2019-11-23 16:47:16 +01:00
parent 22bb974a05
commit 1148682324
14 changed files with 329 additions and 92 deletions

View File

@@ -9,6 +9,7 @@ namespace Token
ImmediateInteger,
Register,
StatementEnd,
Label
Label,
Memory
};
}