Sunday, 27 May 2012

Power Trip Question 3

Create a Assembly language programme that :

go through each line in a loop and print :

*
**
***
****

each line is a loop of  a print "*" according to the line number ( 1,2,3,4 ).

create a subroutine for printing "*" .




No comments:

Post a Comment