Question: 1. (8%) Write a procedure named DumpMemory that encapsulates the Dump Mem procedure in the Irvine32 library. Use declared parameters and the USES directive. The
1. (8%) Write a procedure named DumpMemory that encapsulates the Dump Mem procedure in the Irvine32 library. Use declared parameters and the USES directive. The following is an example of how it should be called: INVOKE DumpMemory, OFFSET array, LENGTHOF array, TYPE array. (Note: DumpMem writes a range of memory to standard output in hexadecimal with 3 arguments, ESI = starting offset, ECX = number of units, and EBX = bytes/unit.)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
