How many of the unsigned numbers in a string are a multiple of 10
Write the assembly code that finds and saves the indexes of these numbers in another array.
Example for variables DIZI, ON_KAT and ON_IND in the data segment part below
definitions are given. Data must be in DW type. Other variables as needed
You can define.
DIZI DW 9, 55, 100, 132, 140, 63, 17, 95, 30
ON_KAT DW 0
ON_IND DW 50 DUP (?)
At the end of running the program you wrote for the above variable values, ON_KAT and
ON_IND variables must take the following values.
ON_KAT: 3
ON_IND: 2, 4, 8
1
Expert's answer
2020-12-21T05:04:36-0500
Dear tom, your question requires a lot of work, which neither of our experts is ready to perform for free. We advise you to convert it to a fully qualified order and we will try to help you. Please click the link below to proceed: Submit order
Comments
Leave a comment