Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Question : Using instructions in Program 2 as a guide, write a program for both the ARM7TDMI and the Cortex-M4 that computes 6x^(2) - 9x

image text in transcribed

Question :

Using instructions in Program 2 as a guide, write a program for both the ARM7TDMI and the Cortex-M4 that computes 6x^(2) - 9x + 2 and leaves the result in register r2. You can assume x is in register r3.

AREA Prog2, coDE, READONLY ENTRY MOV MOV r6, #10 r7 , #1 r6 , #0 : load n into re ; if n=0, at least n!=1 loop CMP MULGTr7, r6, r7 SUBGT r6, r6 , #1 ; decrement n BGT loop ; do another mul if counter-0 stop B stop stop program 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

Intranet And Web Databases For Dummies

Authors: Paul Litwin

1st Edition

0764502212, 9780764502217

More Books

Students also viewed these Databases questions

Question

What are the Five Phases of SDLC? Explain each briefly.

Answered: 1 week ago

Question

How can Change Control Procedures manage Project Creep?

Answered: 1 week ago