Posts

Showing posts from October, 2023

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

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 two number up to 1000 if its gone up to 1000 then divided 5 at 3 times. =

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 Assemble program to reverse a number. =