Sheet 4 Microprocessor
Sheet 4 Microprocessor
15- Write a program in assembly 8088 to add the element found in first
table start at address BLOCK1 at data segment to element found in
second table start at address BLOCK2 at extra data segment and put the
result at table 3 started at address BLOCL3 at data segment note tables
size are 50
16- Write a program in assembly 8088 to sum the element found in table
start at address BLOCK1 at data segment and save the result of sum at
ADDRESS1 at data segment also get the average and save the quotient at
ADDRESS2 and reminder at ADDRESS3 note the size of table is 50
17- Write a program in assembly 8088 to get the Maximum value found
in table start at address BLOCK1 at data segment and save the result at
address ADDRESS in data segment note the size of table 70 byte