How can I find the physical address of a file?
问题 I'm using the GoAsm assembler on a Windows 7 - 64 bit OS and I'll be asking you a few (not so dumb) questions. First question : How can I find the physical address of a file ? Let's suppose file "Text.txt" is at the root of my C:\ partition. Is there a way to get the exact memory address where this file is ? Second question : Is it possible to call a routine which will just do like if I invoked a C function ? (i.e. : Consider a C function "WriteToScreen", is it possible to have the same