summaryrefslogtreecommitdiff
path: root/src/lexer.mll
diff options
context:
space:
mode:
Diffstat (limited to 'src/lexer.mll')
-rw-r--r--src/lexer.mll2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lexer.mll b/src/lexer.mll
index 98c9098d..bc8a1434 100644
--- a/src/lexer.mll
+++ b/src/lexer.mll
@@ -117,8 +117,10 @@ let kw_table =
("rreg", (fun x -> Rreg));
("wreg", (fun x -> Wreg));
("rmem", (fun x -> Rmem));
+ ("rmemt", (fun x -> Rmemt));
("wmem", (fun x -> Wmem));
("wmv", (fun x -> Wmv));
+ ("wmvt", (fun x -> Wmvt));
("eamem", (fun x -> Eamem));
("undef", (fun x -> Undef));
("unspec", (fun x -> Unspec));