Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

computer assembly language question.. answer me fast Question 2. An array of three integer numeric values (de code of each of the twelve memory bytes

image text in transcribedcomputer assembly language question.. answer me fast
Question 2. An array of three integer numeric values (de code of each of the twelve memory bytes starting from address C to the address C+11 after execution of the following instructions: 26, -2, -10 ebx, C esi, 4 ebx, c(esi) C+8, ebx mov mov add mov C+1 C+2 C+3 C+4 C+5 C+6 C+7 C+8 C+9 C+10 C+11 ANSWER (two hexadecimal digits in each byte): Video adapter is in the VGA graphics mode 12h with 16 colors and 640x480 pixels resolution. How many bytes are used to store in the video memory information about one horizontal line of 16 red pixels? Question 3. ANSWER (decimal value): [ Question 4 What will be value of AX register after execution of the following instructions? dw 10,20,30,40,50 ::: edi, 2 , 2 mov mov mov , 0 ax, x[edi] edi, 4 add d: add loop d. add , 5 ANSWER (decimal value): Question 5. How to calculate the initial value of the counter register to generate approximately 50 Hz sound using the Channel 2 of the Programmable Interval Timer (PIT) Intel-8254? The oscillator provides roughly 1193182 Hz input to each channel of the PIT. Counter register of PIT channel contains 16-bit non-signed positive value (range of possible values is from 0 to 65535). ANSWER (formula with given numeric values): Counter register =

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 Concepts

Authors: David M. Kroenke, David J. Auer

7th edition

133544621, 133544626, 0-13-354462-1, 978-0133544626

More Books

Students also viewed these Databases questions

Question

Define Innovation Capability

Answered: 1 week ago

Question

How to reverse a Armstrong number by using double linked list ?

Answered: 1 week ago