mirror of
https://github.com/micropython/micropython.git
synced 2026-01-04 19:20:22 +01:00
py: Update opcode format table because 3 opcodes were removed, 1 added.
LIST_APPEND, MAP_ADD and SET_ADD have been removed, and STORE_COMP has
been added in adaf0d865c.
This commit is contained in:
4
py/bc.c
4
py/bc.c
@@ -308,8 +308,8 @@ STATIC const byte opcode_format_table[64] = {
|
||||
OC4(B, B, O, U), // 0x44-0x47
|
||||
OC4(U, U, U, U), // 0x48-0x4b
|
||||
OC4(U, U, U, U), // 0x4c-0x4f
|
||||
OC4(V, V, V, V), // 0x50-0x53
|
||||
OC4(B, V, V, V), // 0x54-0x57
|
||||
OC4(V, V, U, V), // 0x50-0x53
|
||||
OC4(B, U, V, V), // 0x54-0x57
|
||||
OC4(V, V, V, B), // 0x58-0x5b
|
||||
OC4(B, B, B, U), // 0x5c-0x5f
|
||||
OC4(V, V, V, V), // 0x60-0x63
|
||||
|
||||
Reference in New Issue
Block a user