summaryrefslogtreecommitdiff
path: root/sys/src/cmd/5a/lex.c
diff options
context:
space:
mode:
authorcinap_lenrek <cinap_lenrek@felloff.net>2014-08-07 20:22:00 +0200
committercinap_lenrek <cinap_lenrek@felloff.net>2014-08-07 20:22:00 +0200
commitd304dc8119a737c65eca8717e1f436a1e0edf880 (patch)
tree7624038298624a6bc1dc387fb58f5274a6a465f0 /sys/src/cmd/5a/lex.c
parentca4f815cfc673d00834b48535b9903aae3ac3961 (diff)
5a, 5l: add LDREX/STREX/CLREX instructions
Diffstat (limited to 'sys/src/cmd/5a/lex.c')
-rw-r--r--sys/src/cmd/5a/lex.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/src/cmd/5a/lex.c b/sys/src/cmd/5a/lex.c
index 0ee8cf774..e052ce284 100644
--- a/sys/src/cmd/5a/lex.c
+++ b/sys/src/cmd/5a/lex.c
@@ -380,6 +380,7 @@ struct
"RET", LTYPEA, ARET,
"RFE", LTYPEA, ARFE,
+ "CLREX", LTYPEA, ACLREX,
"TEXT", LTYPEB, ATEXT,
"GLOBL", LTYPEB, AGLOBL,