Hey all,
Im working with assembly atm and thought i might just get a better idea understanding loops if i know how java loops work not that it is really the same im just trying to back track.
Im trying todo the following:
When var1 = 3
It then needs to loop in colom and row format something like this:
333
333
333
I have tryed setting up counters and i can do the 1st column that is no problem but when i try do more then all hell breaks loose lol.
So yeah i just really needa c how a loop runs with the number entered.
Any help at all would be much appreciated.