P r o g ra m m i n g L a n g u a g e Assembly Language : Write some Assembly code to count the number of 1 bit in BX register without changing BX. Finally, Put the answer in AX. =
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 find the summation of the 1st 100 terms of the following series : 1+2+4+7+11+.... =
P r o g ra m m i n g L a n g u a g e Assembly Language : Write the Assembly code to find the summation of 1st 100 terms of the following series : 1+2+3+4........... =
P r o g ra m m i n g L a n g u a g e Assembly Language : Write an Assembly code that determines the greatest of three numbers stored in AX, BX & CX. Put the result in AX. =