aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMarshall Lochbaum <mwlochbaum@gmail.com>2022-04-12 22:02:36 -0400
committerMarshall Lochbaum <mwlochbaum@gmail.com>2022-04-12 22:02:36 -0400
commit44c184a54ce4cb101b70edca9aef271462ee5d66 (patch)
tree27deba7ec8732ee064c2cc0e4b36a8e51f1b864e /src
parent45633d197d8e9c74d13cb7fea28f82ea66656e86 (diff)
Support NOTM in explainer (and remove unused 1C opcode)
Diffstat (limited to 'src')
-rw-r--r--src/e.bqn8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/e.bqn b/src/e.bqn
index 5909027b..8a649c37 100644
--- a/src/e.bqn
+++ b/src/e.bqn
@@ -39,10 +39,10 @@ escchars ← """&<>" ⋄ escapes ← ("&"∾∾⟜";")¨"quot"‿"amp"‿"lt"‿
Explain ← {
b‿const‿blk‿bdy‿(i‿e)‿tok ← 𝕨
ba‿bc‿bo‿bp ← (⊏/¨1⊸↓)'0'-˜⟨ # For each instruction, number of:
- "114113141111111311411413141111=111" # Codes until next opcode
- "1110001100000000000222110000000111" # Arguments
- "000111//23232303232000001122232111" # Stack values consumed
- "1110001111111101111111110101111111" # Stack values output
+ "114113141111111315114131131111=111" # Codes until next opcode
+ "1110001100000000002221100000000111" # Arguments
+ "000111//23232303230000011022232111" # Stack values consumed
+ "1110001111111101111111101101111111" # Stack values output
"0000000011111101010000000000010000" # Position determiner
m ← { # Mask of instruction starts