This program is supposed to be in assembly language. Please use basic MASM only.
ID: 3678771 • Letter: T
Question
This program is supposed to be in assembly language. Please use basic MASM only.
Create a procedure that fills an array of doublewords with N random integers, making sure the
values fall within the range j...k, inclusive. When calling the procedure, pass a pointer to the
array that will hold the data, pass N, and pass the values of j and k. Preserve all register values
between calls to the procedure. Write a test program that calls the procedure twice, using different
values for j and k. Verify your results using a debugger.
Explanation / Answer
OK let me say first that I'm using Kip Irvine's book,"Assembly Language for x86 processors", and I'm using Microsoft Visual c++ 2010.
Related Questions
drjack9650@gmail.com
Navigate
Integrity-first tutoring: explanations and feedback only — we do not complete graded work. Learn more.