Update Bytecode.h

Add a comment
This commit is contained in:
Arseny Kapoulkine 2023-11-15 08:07:40 -08:00 committed by GitHub
parent 3c097883c4
commit c74b051ae0
Signed by: DevComp
GPG key ID: 4AEE18F83AFDEB23

View file

@ -45,6 +45,7 @@
// Version 2: Adds Proto::linedefined. Supported until 0.544.
// Version 3: Adds FORGPREP/JUMPXEQK* and enhances AUX encoding for FORGLOOP. Removes FORGLOOP_NEXT/INEXT and JUMPIFEQK/JUMPIFNOTEQK. Currently supported.
// Version 4: Adds Proto::flags, typeinfo, and floor division opcodes IDIV/IDIVK. Currently supported.
// Version 5: Adds vector constants. Currently supported.
// Bytecode opcode, part of the instruction header
enum LuauOpcode