Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

2) 3) can anyone run these 3 assembly code and give me the result AREA math, CODE EXPORT ALIGN ENTRY main -main PROC MOVS re,

image text in transcribed

2)

image text in transcribed

3)

image text in transcribed

can anyone run these 3 assembly code and give me the result

AREA math, CODE EXPORT ALIGN ENTRY main -main PROC MOVS re, #4 r1,#2 ; unsigned MOVS MUL MUL Ant f r4,#7 r3,re,r4 r2,r3,re 7*x*x 9*x*y 3*x/y 11*x 13*y 5; # + + + + + f7*x*x ADD MLA r2,r4,r1,r2 if9xy ADD UDIV ADD r4,r3,rl r2,r2,r4 r4,#11 r2,r4,re,r2 ;f11x MOVS r4,#13 r2,r4,rl,r2 ADDS r2, r2,#5 stop stop ENDP END AREA math, CODE EXPORT ALIGN ENTRY main -main PROC MOVS re, #4 r1,#2 ; unsigned MOVS MUL MUL Ant f r4,#7 r3,re,r4 r2,r3,re 7*x*x 9*x*y 3*x/y 11*x 13*y 5; # + + + + + f7*x*x ADD MLA r2,r4,r1,r2 if9xy ADD UDIV ADD r4,r3,rl r2,r2,r4 r4,#11 r2,r4,re,r2 ;f11x MOVS r4,#13 r2,r4,rl,r2 ADDS r2, r2,#5 stop stop ENDP END

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Database Marketing The Ultimate Marketing Tool

Authors: Edward L. Nash

1st Edition

0070460639, 978-0070460638

More Books

Students also viewed these Databases questions

Question

Q.No.1 Explain Large scale map ? Q.No.2 Explain small scale map ?

Answered: 1 week ago