diff options
| author | 2023-03-23 20:41:52 +0000 | |
|---|---|---|
| committer | 2023-03-23 20:41:52 +0000 | |
| commit | c18db4be57214903f2b1f6d5a7943eb40f644024 (patch) | |
| tree | d9a89e2f18af23f137a79f46ee68c357c3f679a8 /creole.h | |
| parent | modify reader (diff) | |
add waveform disarm
Diffstat (limited to 'creole.h')
| -rw-r--r-- | creole.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 }; |
