Add the possibility to retrieve address with an offset (depending on opcode)
This commit is contained in:
@@ -19,7 +19,7 @@ class Memory
|
||||
*
|
||||
* @param opcode : The address where the offset begins.
|
||||
*/
|
||||
static uint8_t* GetOffsetFromOpcode(uint8_t* opcode);
|
||||
static uint8_t* GetOffsetFromOpcode(uint8_t* opcode, int extraOffset = 0);
|
||||
|
||||
/**
|
||||
* Converts flkoat 32 bits into a char*.
|
||||
|
||||
Reference in New Issue
Block a user