Question: Really Asap please!!! 1. Code an assembly program that copies last 3 digit of your student ID to the memory address OC00:5400 using data segment
1. Code an assembly program that copies last 3 digit of your student ID to the memory address OC00:5400 using data segment and any general pupose register. 2. Code an assembly program that copies first 3 digit of your student ID to the memory address OD00:1500 using extra segment and any general pupose register. 3. Code an assembly program that exchanges the datas at the addresses given in Question 1 and 2. 4. Data segment has value 0800h. Assume we read a value to AX register from an external counter which counts odd numbers starting from 1 and we read 4 times. Copy these numbers to physical memory address starting from 0A000h increasing with 2xi ( i=1, 2, 3 and 4) using based relative addressing technique. (i.e. 0A000h + 2,0A000h +4, ...)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
