Question: a) Write an assembly program to implement the following instructions. HINT: YOU CAN USE REGISTERS FOR STORING INTERMEDIATE INFORMATION IF NEEDED. EAX, EBX, ECX,


a) Write an assembly program to implement the following instructions. HINT: YOU CAN USE REGISTERS FOR STORING INTERMEDIATE INFORMATION IF NEEDED. EAX, EBX, ECX, EDX, ESI, EDI REGISTERS ARE AVAILABLE. void main() { int X, Y, loc1, loc2, loc3; int A=200; X = 40 Y = 24 Loc1 Y160 + X * 2 Loc2 A 995 = Loc3 loc2 loc1 - } Y=1000 Y=Y-1 Sum loc3/16+Y+Y/8+ Y/100 W= sum %9 +1 writeNum(W) ; sum % 9 = sum MOD 9 ;display W on screen
Step by Step Solution
3.44 Rating (151 Votes )
There are 3 Steps involved in it
section data A db 200 X db 40 Y db 24 section text glo... View full answer
Get step-by-step solutions from verified subject matter experts
Document Format (2 attachments)
6642f23476281_972381.pdf
180 KBs PDF File
6642f23476281_972381.docx
120 KBs Word File
