[fpc-pascal] FPC and Memory

Marco van de Voort marcov at stack.nl
Sun May 1 12:27:30 CEST 2005


[ Charset ISO-8859-1 unsupported, converting... ]
> Yes, this is interisting but I'd like for example to create a memory image
> of some part of ram to see exactly what is there. In old dos days it was
> possible to do like for i:=0 to 65535 do for j:=0 to 15 do
> write(f,mem[i,j]); or similarly. But how can be done this in Windows?

Not like this. There are some ways via win32 api calls probably, but these 
are probably privileged (requires adminstrator rights)

I'd search for "physical memory access" or so on MSDN.




More information about the fpc-pascal mailing list