P r o g ra m m i n g L a n g u a g e Assembly Language : Implement an Assembly program to reverse the element of an array named as "A". For an example of the array is 2 8 7 5; after executing the program, the array will be 5 7 8 2. =
P r o g ra m m i n g L a n g u a g e Assembly Language : Write an Assembly program to multiply two number up to 1000 if its gone up to 1000 then divided 5 at 3 times. =