mirror of
https://github.com/CPunch/LuaPytecode.git
synced 2024-12-22 06:10:03 +00:00
fixed dumb dumb comments left over
the function used to get the bytes at the position with k as the size. lol
This commit is contained in:
parent
636e00bc01
commit
1d965e8684
2
luac.py
2
luac.py
@ -28,7 +28,7 @@ lua_opcode_names = [
|
|||||||
"CLOSURE", "VARARG"
|
"CLOSURE", "VARARG"
|
||||||
]
|
]
|
||||||
|
|
||||||
# at [p]osition size of k
|
# at [p]osition to k
|
||||||
def get_bits(num, p, k):
|
def get_bits(num, p, k):
|
||||||
# convert number into binary first
|
# convert number into binary first
|
||||||
binary = bin(num)
|
binary = bin(num)
|
||||||
|
Loading…
Reference in New Issue
Block a user