How to use DOS format address?
Q: In MS-DOS, I use V86-mode address (seg:off). How to use these addresses in MemAccess Library? A: Use V86_To_PhyAddress function to convert V86-mode address to physical address. Back to top. • What’s the difference between maPeekB and maMapPhysToLinear? Q: Both maPeekB and maMapPhysToLinear function can be used to access memory. Which one is better? A: For most users, maPeekB is easier to use. When use C or Delphi, advanced users may like to use maMapPhysToLinear with pointers. But you need to use the pointer carefully, because if you access the memory which didn’t be mapped, the system will crash. Back to top. • How many pointers to various physical addresses can be used? Q: Can I use multiple pointers to various physical addresses in my application, when I call maMapPhysToLinear function? A: There is no limit in MemAcccess Library, so the maximum only depends on the available resource of your system. Back to top. • What’s the meaning of error message “Can’t connect to Service Contr