summaryrefslogtreecommitdiff
path: root/assembler/lex.l
diff options
context:
space:
mode:
Diffstat (limited to 'assembler/lex.l')
-rw-r--r--assembler/lex.l8
1 files changed, 8 insertions, 0 deletions
diff --git a/assembler/lex.l b/assembler/lex.l
index b5b4f725..b4051498 100644
--- a/assembler/lex.l
+++ b/assembler/lex.l
@@ -202,7 +202,15 @@ int saved_state = INITIAL;
"sat" { return SATURATE; }
"align1" { return ALIGN1; }
"align16" { return ALIGN16; }
+"sechalf" { return SECHALF; }
+"compr" { return COMPR; }
+"switch" { return SWITCH; }
+"atomic" { return ATOMIC; }
+"noddchk" { return NODDCHK; }
+"noddclr" { return NODDCLR; }
"mask_disable" { return MASK_DISABLE; }
+"nomask" { return MASK_DISABLE; }
+"breakpoint" { return BREAKPOINT; }
"EOT" { return EOT; }
/* extended math functions */