Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 376ce98 commit 405f648Copy full SHA for 405f648
1 file changed
Doc/library/dis.rst
@@ -1219,10 +1219,10 @@ All of the following opcodes use their arguments.
1219
1220
.. opcode:: EXTENDED_ARG (ext)
1221
1222
- Prefixes any opcode which has an argument too big to fit into the default two
1223
- bytes. *ext* holds two additional bytes which, taken together with the
1224
- subsequent opcode's argument, comprise a four-byte argument, *ext* being the
1225
- two most-significant bytes.
+ Prefixes any opcode which has an argument too big to fit into the default one
+ byte. *ext* holds an additional byte which act as higher bits in the argument.
+ For each opcode, at most three prefixal ``EXTENDED_ARG`` are allowed, forming
+ an argument from two-byte to four-byte.
1226
1227
1228
.. opcode:: FORMAT_VALUE (flags)
0 commit comments