Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

How to use DOS format address?

address dos format
0
Posted

How to use DOS format address?

0

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

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123