Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Find the values of general pupose registers for each code after executing all lines of each code seperately which will be assembled with TASM. Assume

Find the values of general pupose registers for each code after executing all lines of each code seperately which will be assembled with TASM. Assume that initial values of all general purpose registers for both codes are 5631 (in base 10). (Give your answers in hexadecimal and do not erase modified value, just put a comma and write the new value, e.g. AX: 36 4E, 67 7A, ...)

(i)  MOV BX,46 MOV AL,AH MOV CX,7878 DEC BH MUL CH INC DL XOR BX,CX SUB CL,99 ROR DX,CL NOT CH ADD CX,BX (ii)  NOT AX SUB AL,DH SUB BX,AX NOT AH DIV AL MOV CX,AX AND AH,49 SUB CL,21 OR DH,128 ADD AL,91 AAA SAR DX,CL

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

Data Management Databases And Organizations

Authors: Watson Watson

5th Edition

0471715360, 978-0471715368

More Books

Students also viewed these Databases questions

Question

What are Measures in OLAP Cubes?

Answered: 1 week ago

Question

How do OLAP Databases provide for Drilling Down into data?

Answered: 1 week ago

Question

How are OLAP Cubes different from Production Relational Databases?

Answered: 1 week ago