diff options
| author | Marshall Lochbaum <mwlochbaum@gmail.com> | 2021-10-04 10:31:52 -0400 |
|---|---|---|
| committer | Marshall Lochbaum <mwlochbaum@gmail.com> | 2021-10-04 10:33:38 -0400 |
| commit | f648bc735d3b9d5c57d660262a312fd5ab4ee515 (patch) | |
| tree | 4ae860d489694ebaf7b97615b1724742cd30333f /src | |
| parent | 7736299e2a2d3f52425c8982d42ff1eb3217fe6a (diff) | |
Fix explainer's VFYM and SETH information (fixes #31)
Diffstat (limited to 'src')
| -rw-r--r-- | src/e.bqn | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -42,8 +42,8 @@ Explain ← { "11411314111111131141141441111=111" # Codes until next opcode "111000110000000000022211000000111" # Arguments "000111//2323230323200000122232111" # Stack values consumed - "111000111111110111111111111111111" # Stack values output - "000000001111110101000000100010000" # Position determiner + "111000111111110111111111101111111" # Stack values output + "000000001111110101000000000010000" # Position determiner ⟩ m ← { # Mask of instruction starts n ← (↕≠b)+1+ba(⊣⊏˜≠⊸>×⊢)b |
