From 8fadd33ba6ce06ac1cd8d119f4bbf39c1634420e Mon Sep 17 00:00:00 2001 From: Marshall Lochbaum Date: Mon, 13 Jun 2022 18:29:09 -0400 Subject: Update VM docs with fused merged-array instructions --- test/cases/bytecode.bqn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/cases/bytecode.bqn') diff --git a/test/cases/bytecode.bqn b/test/cases/bytecode.bqn index de3a21bb..a1b31e6f 100644 --- a/test/cases/bytecode.bqn +++ b/test/cases/bytecode.bqn @@ -15,7 +15,7 @@ 2 % aโ†2โ‹„3 A 4 # 17 FN2C 6 % {๐•ฉ}6 # 1 DFND 3 % Aโ†{๐•จ}โ‹„3 A 4 # dyadic block function -7 % aโ€ฟbโ†7โ€ฟ2โ‹„a # 11 ARRO, 12 ARRM +7 % aโ€ฟbโ†7โ€ฟ2โ‹„a # 11 LSTO, 12 LSTM 2 % ยทโ€ฟbโ†7โ€ฟ2โ‹„b # 36 NOTM 2 % 0{๐•จ๐•1}2 # 19 FN2O (doesn't test call type) 5 % {({๐•จ}๐•จ)๐•๐•ฉ}5 # 18 FN1O not called -- cgit v1.2.3