Posts

P Language : AL

Image
  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 5 all the elements of an array. =

P Language : AL

Image
  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 add 5 in all elements of a array "A". =

P Language : AL

Image
  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 calculate the factorial of a number. =

P Language : AL

Image
  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 subtract the nd and 4th elements of a word type array "B" & store the summation at the 4th position of  the array. =  

P Language : AL

Image
  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 add the 5th and 3rd  element of a word type array '"A" & store the summation at the 3rd position of the array. = 

P Language : AL

Image
  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 prove the Algebraic equation  (a+b) 2 = a 2 +2ab+b 2 =  

P Language : AL

Image
  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. =