Problem using the lnte186 simulator write the machine code


Assignment: Introduction to Computer Architecture

Problem Using the lnte186 simulator, write the machine code equivalent to the program described below. Notice that the simulator allows you to enter your instructions and data values directly in the computer memory, so no READ instructions are required. No writing (displaying) instructions should be used.

If your code has an INT 211-1 instruction, you have it wrong. Keep in mind that the first memory byte of your program is address 1001-1. Your answer (code) should be in hexadecimal format in the same sequence as it was entered in the simulator program (example, C7 C3 02 00).

Program assignment: Fetch a value N (single byte) from memory position 105H and a second value M (single byte) from memory position 107H, multiply them and save the result in DX. You are required to enter the values N and M in position 105H and 107H when using the simulator. Do not code a MOV instruction or any other instruction to put the values there.

Attachment:- intel86v.rar

Solution Preview :

Prepared by a verified Expert
Computer Engineering: Problem using the lnte186 simulator write the machine code
Reference No:- TGS02498361

Now Priced at $70 (50% Discount)

Recommended (99%)

Rated (4.3/5)