Reference no: EM131212077
Question_1:
What is the effective address generated by each of the following instruction?
Initially BX=0x0010,label=0x0124, [label]=0x0001, andSI=0x00F1
(Offsets in part a, b and f are in decimal)
- mov ax, [bx+30]
- mov ax, [bx+20]
- mov ax, [bx+label]
- mov ax, [label+bx]
- mov ax, [bx+si]
- mov ax, [si+15]
Question_2:
Calculate the physical memory address generated by the following segment offset pairs (both are hexadecimal values).
- 0000:0100
- 0010:0000
- 1DAD:1234
- 4321:FFFF
- FFFF:4321
- FFEF:4421
- 1080:0200
Question_3:
Write a program in assembly language that calculates the sum offirst five odd numbers (1, 3, 5, 7, 9) and stores the result in AXregister.
You can do it with the help of loop (initialize AX register withvalue 0 and BX with value 1, and then on each iteration of loop addBX into AX and add value 2 in BX).
You are NOT allowed to define the data (likenum1: dw 1, 3, 5, 7, 9)
You have to submit the assembly language code for this programand screen-shot of this program loaded in AFD debugger in which theAX register contains the result.
Calculate the estimated amount of corporate income tax
: (i) Calculate the estimated amount of corporate income tax that KM is due to payfor the year ended 31 March 2011. (ii) Calculate the income tax expense charged to the statement ofcomprehensive income for the year ended 31 March 2011.
|
Find scripture that relate how christians should communicate
: What level of integrity do you believe Christians should uphold as speakers based upon scripture? - Is it the same as those who are not? Why or why not?
|
Nature or resulting solution and normality
: When 100ml of M/10 H2SO4 is mixed with 500ml of M/10 NAOH then nature or resulting solution and normality of excess of reactant left is
|
Sequence of instructions that pushes the values
: Write a sequence of instructions that pushes the values 8, 7, 6 onto the stack and then pops them again, printing each value using the Output instruction. Stepping through the code to make sure that the StackPointer is decremented and increased co..
|
Calculate the physical memory
: Calculate the physical memory address generated by the following segment offset pairs (both are hexadecimal values).
|
What credentials does the author have
: Who wrote the criticism you read? What credentials does the author have (education, professional career, other publications, etc.)? (If you are using a credible author, you should be able to find her/his credentials fairly easily)
|
What is the average length of the search
: To implement the various placement algorithms discussed for dynamic partitioning (Section 7.2), a list of the free blocks of memory must be kept. For each of the three methods discussed (best-fit, first-fit, next-fit), what is the average length o..
|
Record expected sales return and cost of goods sold includes
: Botanic Choice sells natural supplements to customers with an unconditional sales return if they are not satisfied. The sales returns extends 60 days. On February 10, 2018, a customer purchases $4,000 of products (cost $2,000). Assuming that based on..
|
What is the average length of the search for worst-fit
: Discuss the pros and cons of this method compared to first-, next-, and best-fit. What is the average length of the search for worst-fit?
|