Assembly language — 2
Project detail
Create a fragment of an asm module (not the whole module) that does the following:
a. Input an integer //Assumed to be positive
b. create a (dynamic) array with number of cells equal to the input integer.
c. each cell is a quadword
d. r10 is the array name (or array pointer)
e. deallocate the array