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 sum of the first 5 terms of below the series 3+6+9+12+......... =
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 execute below the equation. Show if equal or not. (a+b) 2 =a 2 +2ab+b 2 =
P r o g ra m m i n g L a n g u a g e Assembly Language : Write an Assembly code to add the numbers A47Fh and 2D9Bh & increment the answer of the summation by 1. Then multiply the answer with 2. Finally, the final answer exhibited in "sum" variable. =