0% found this document useful (0 votes)
30 views

REG NO: 15BEE0305 Name: Madhankumar.S Expt No: 2 DATE: 01/08/2017

The document describes an experiment using Keil software to solve an algebraic equation by multiplying values stored in registers A and B. It provides the date, aim, required software, code used, and shows the output values were stored in registers R0, R1, and R2 after multiplying combinations of values 2 and 2h stored in A and B.

Uploaded by

Madhan kumar
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
30 views

REG NO: 15BEE0305 Name: Madhankumar.S Expt No: 2 DATE: 01/08/2017

The document describes an experiment using Keil software to solve an algebraic equation by multiplying values stored in registers A and B. It provides the date, aim, required software, code used, and shows the output values were stored in registers R0, R1, and R2 after multiplying combinations of values 2 and 2h stored in A and B.

Uploaded by

Madhan kumar
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 2

REG NO: 15BEE0305

NAME: MADHANKUMAR.S

EXPT NO: 2

DATE: 01/08/2017

SOLVING THE EQUATION

AIM:

To solve the given algebraic equation using Keil software.

SOFTWARE REQUIRED:

Keil version 5

CODE:

mov a,#2h;

mov b,#2;

mul ab;

mov b,#2 ;

mul ab;

mov b,#2h;

mul ab;

mov r0;

mov a,#2h;

mov b,#2h;

mul ab;

mov b,#2;

mul ab;
mov r1,a;

mov a,#2h;

mov b,#2h;

mul ab;

mov b,#2h;

mul ab;

mov r2,a;

OUTPUT:

INFERENCE:

You might also like