#include <pcode.h>
Static Public Member Functions | |
static uint32 | advanceParam (uint32 paramType) |
static void | convertEndianity (uint32 paramType, byte *targetArea, bool into=false) |
static void | deendianize (byte *code, uint32 codeSize, bool into=false) |
Rotates endianity in IDs and numbers inside the PCode. | |
static void | endianize (byte *code, uint32 codeSize) |
Rotates endianity in IDs and numbers inside the PCode. |
static void Falcon::PCODE::convertEndianity | ( | uint32 | paramType, | |
byte * | targetArea, | |||
bool | into = false | |||
) | [static] |
Rotates endianity in IDs and numbers inside the PCode.
code | the raw pcode sequence | |
codeSize | the size in bytes of the code sequence. | |
into | true to actually endianize the code. |
Rotates endianity in IDs and numbers inside the PCode.
code | the raw pcode sequence | |
codeSize | the size in bytes of the code sequence. |