Hi everybody,
I'm trying to read into a memory address in Objective-C... For example, I have the address 0x0078C900 and I want to store in a variable the 16 bits which start from this address! How can I do that? What kind of variable can I use?
If you also know how to convert a signed signed integer into a int...
Thanks!
I'm trying to read into a memory address in Objective-C... For example, I have the address 0x0078C900 and I want to store in a variable the 16 bits which start from this address! How can I do that? What kind of variable can I use?
If you also know how to convert a signed signed integer into a int...
Thanks!