Computing.Net > Forums > Programming > Assembly Help

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.

Assembly Help

Reply to Message Icon

Name: hrn1984
Date: May 25, 2007 at 12:35:57 Pacific
OS: xp
CPU/Ram: 4gb
Product: dell
Comment:

I've spent hours trying to figure this out, please help...

j : = 1
WHILE j  1000
BEGIN
k := 1
WHILE k  10
BEGIN
a(100*j + 4(k -1)) := j + k
k := k + 1
END
j := j + 1
END

The above pseudo-language program will create a table of values containing #____ rows and # _____ columns

THank you



Sponsored Link
Ads by Google

Response Number 1
Name: Razor2.3
Date: May 25, 2007 at 19:30:27 Pacific
Reply:

I'd say 1000 rows and 10 columns, but it's not concurrent.

Assuming the 4 refers to bytes and the values are stored as 32 bit numbers, there are 60 unused bytes between rows, and each row only takes up 40 bytes.


0

Response Number 2
Name: hrn1984
Date: June 4, 2007 at 08:33:42 Pacific
Reply:

Thanks :)


0

Sponsored Link
Ads by Google
Reply to Message Icon

Related Posts

See More







Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Programming Forum Home


Sponsored links

Ads by Google


Results for: Assembly Help

More assembly help needed : ( www.computing.net/answers/programming/more-assembly-help-needed-/4371.html

Assembly help!!!!! www.computing.net/answers/programming/assembly-help/9521.html

8051 assembly www.computing.net/answers/programming/8051-assembly/12445.html