Guest_imported
New member
- Jan 1, 1970
- 0
What need to be able to do is read and write to memory it seems like a large task for C language but maybe some one has an idea of how to use C and make it simple.
you see I am just starting out so I need things in smallest digestable form so I can understand what going on. no where on the net can you pull up to a site and get answer's so I am trying here......
Note: I need it in the form of 00405dec as address pointer
add_variable = 00405dec
hexnum = number stored at location(hexnum as int variable)
myhexnum = some number I type in to edit address
move myhexnum to address above or where ever I want to put it according to variable
thank you in advance... JRJ_10