Quote:
Originally Posted by ZodiacDaGreat
Sorry, again, could you give me an example, ok, if I want to put hex values "47BC89097378" at 0x800000 how do you do it?
I dont quite understand the procedure
|
Code:
Dim Data As String
Data = "47BC89097378"
WriteHEX ROMLocation, 8388608, Right("000000000000" & Data, 12))
Should work..