Direct Access to RAM

Hi,

Is it possible on a modern personal computer to directly access the RAM? I want to place binary code directly into the RAM the way they used to do it in the old days.

I know if I write a program in a language and compile / assemble it, the compiled file will contain machine code. If I run the file, the binary information will then be loaded into RAM.

But, I don't want to do it this way. I want to "burrow" through the operating system and go directly into the RAM.

Is this possible nowadays?

Thanks.
 
Back
Top