aboutsummaryrefslogtreecommitdiffstats
path: root/creole.h
diff options
context:
space:
mode:
authorGravatar Peter McGoron 2023-03-23 20:41:52 +0000
committerGravatar Peter McGoron 2023-03-23 20:41:52 +0000
commitc18db4be57214903f2b1f6d5a7943eb40f644024 (patch)
treed9a89e2f18af23f137a79f46ee68c357c3f679a8 /creole.h
parentmodify reader (diff)
add waveform disarm
Diffstat (limited to 'creole.h')
-rw-r--r--creole.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/creole.h b/creole.h
index 4f8256d..7e234d1 100644
--- a/creole.h
+++ b/creole.h
@@ -53,9 +53,10 @@ enum creole_opcode {
CREOLE_CLOOP_READ = 16,
CREOLE_CLOOP_WRITE = 17,
CREOLE_WF_LOAD = 18,
- CREOLE_WF_EXEC = 19,
+ CREOLE_WF_ARM = 19,
CREOLE_SENDVAL = 20,
CREOLE_SENDDAT = 21,
+ CREOLE_WF_DISARM = 22,
CREOLE_OPCODE_LEN
};