From 92bd804e1249774b33f54cc9b8504ac9e72ca651 Mon Sep 17 00:00:00 2001 From: Marshall Lochbaum Date: Sun, 28 Nov 2021 19:31:51 -0500 Subject: =?UTF-8?q?Allow=20=C2=B7=20as=20placeholder=20in=20assignment=20a?= =?UTF-8?q?nd=20headers?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- implementation/vm.md | 1 + 1 file changed, 1 insertion(+) (limited to 'implementation/vm.md') diff --git a/implementation/vm.md b/implementation/vm.md index 2ebd08cd..16d1f23d 100644 --- a/implementation/vm.md +++ b/implementation/vm.md @@ -86,6 +86,7 @@ The following instructions are defined by dzaima/BQN. The ones emitted by the se | 27 | DYNM | | | `I` | Push named variable `I` reference | 2A | PRED | | 06 | | Check predicate and drop | 2B | VFYM | X | | | Convert constant to matcher (for headers) +| 2C | VNOT | X | | | Push placeholder assignment matcher | 2F | SETH | X | 30 | | Test and set header | 30 | SETN | X | | | Define variable | 31 | SETU | X | | | Change variable -- cgit v1.2.3