Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #4K
~261 People Reached
Favorite Forums

2 Posted Topics

Member Avatar for Bufbupa

I know this probably really isn't any help to you, but it just might be.... Here is a link to an assembly book that has been very helpful to me (you will be able to look in the index to hopefully find the answer to your question)... [URL="http://books.google.com/books?id=9Pe6Ajhn40sC&printsec=frontcover&dq=assembly+irvine&source=bl&ots=ESsKsvzpzq&sig=tHREu0XH_IzVacJPcEzJOmG_BrI&hl=en&ei=9HepS4DNEofUMsbNnZkB&sa=X&oi=book_result&ct=result&resnum=5&ved=0CCUQ6AEwBA#v=onepage&q=&f=false"]http://books.google.com/books?id=9Pe6Ajhn40sC&printsec=frontcover&dq=assembly+irvine&source=bl&ots=ESsKsvzpzq&sig=tHREu0XH_IzVacJPcEzJOmG_BrI&hl=en&ei=9HepS4DNEofUMsbNnZkB&sa=X&oi=book_result&ct=result&resnum=5&ved=0CCUQ6AEwBA#v=onepage&q=&f=false[/URL] I also …

Member Avatar for Bufbupa
0
171
Member Avatar for amylyn7

I need to write a program that displays a single character in all possible combination of foreground and background [U][COLOR="Green"][COLOR="Red"]colors [/COLOR][/COLOR][/U](16x16 = 256). The colors are numbered from 0 to 15, so use a [COLOR="Red"]nested loop[/COLOR] to generate all possible combinations. The character to be displayed should be obtained from …

0
90

The End.