Question: Code it in MASM615 x86 ! .data .code main PROC exit main ENDP END main Lab 3. Data a) Declare a 16 bit long integer

Code it in MASM615 x86
!
.data
.code
main PROC
exit
main ENDP
END main
Lab 3. Data a) Declare a 16 bit long integer variable. b) Declare an array containing 7 32 bit long signed integers. c) Declare a null terminated string containing: Hel'l'o" Assembly. d) Declare an array of 37465 8 bit long integers. All storing 210. e) Add code that uses the symbolic constants to represent the sizes of your arrays 12*5 f) Use an integer expression to declare a variable with the following value: 3+ When are integer expressions evaluated? g) Explain the meaning of the following line: number-4/3+anotherNumbe:r What is anotherNumber
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
