cancel
Showing results for 
Search instead for 
Did you mean: 

RAM access by address

usafape
Associate II
Posted on September 12, 2012 at 08:10

Hi,

I want to have the ability to read/write to a specific address in RAM. How could I do that in C.

Any suggestions?

#really-bad-idea
10 REPLIES 10
frankmeyer9
Associate II
Posted on September 14, 2012 at 08:50

I basically have control over the processor's brain in real time 😉

 

I think you don't actually want this..

But you can implement a virtual machine. That let's you control all 'fixed' addresses in the memory space of the virtualized processor, while leaving actual physical addresses to the compiler and linker.