S
Squall78
Guest
Hi !
I need to decode all opcodes for my project and I used WikiQhimm to find the length of each OPCODE (op + args).
But I've found another length on this topic : https://www.ff7catalog.com/threads/1763/ :
0x07 : WikiQhimm = 1 ; halkun = 5 - 1 = 4 (-1 for the opcode)
0x5D : WikiQhimm = 8 ; halkun = 10 - 1 = 9 (-1 for the opcode)
0xC1 : WikiQhimm = 11 ; halkun = 8 - 1 = 7 (-1 for the opcode)
Well, who is right ?
I need to decode all opcodes for my project and I used WikiQhimm to find the length of each OPCODE (op + args).
But I've found another length on this topic : https://www.ff7catalog.com/threads/1763/ :
0x07 : WikiQhimm = 1 ; halkun = 5 - 1 = 4 (-1 for the opcode)
0x5D : WikiQhimm = 8 ; halkun = 10 - 1 = 9 (-1 for the opcode)
0xC1 : WikiQhimm = 11 ; halkun = 8 - 1 = 7 (-1 for the opcode)
Well, who is right ?