[solved]-Assembly Language X86 Processors Ran Time Test Couldn T Finish Questions Solution Provided Q39094841
Assembly language for x86 processors
I ran out of time on a test and couldn’t finish these questions.no solution was provided by the teacher. I would appreciate anyhelp that could be provided.
EXAMPLE 1
POINT STRUCT
X WORD ?
Y WORD ?
POINT ENDS
POLY STRUCT
Points POINT 10 DUP (<>)
numPoints Word ?
POLY ENDS
Using example 1
- declare a variable named aPoint a type of POINT thatinitializes X to 10 and Y to 20:
- declare a variable named aPOLY of type POLY that uses defaultstructure values.
- set first element of the aPoly.Points array to X=1, Y=2
- set 2nd element of the aPoly.Points array to X=3Y=4
- write a sequence of statements that initialize all x values inthe aPoly.Points array to random integers between 0 and 99 use anindexed operand to access the points array
- write a sequence of statements that first set ESI to the offsetof aPoly. Next use ESI as an indirect operand to set the numPointsfield to Z.
Expert Answer
Answer to Assembly language for x86 processors I ran out of time on a test and couldn’t finish these questions. no solution was … . . .
OR

