Hi. Can you help me masters..?
ive got this assignment that says:
Find the largest element in a given set of 5 unsigned integer. then display that number at the center of screen.

For example, the set of integers is set as follows

integers DB 34675

Now, displaying isnt the prblem.
My problem is, "how do i extract every number, 3,4,6,7,5, so that I can compare them one after another?"

pls pls pls

in gas (linux i386) if we had a label defining a list of bytes, say bytelabel, we would move through that list like

xorl %edi, %edi
movl bytelabel(, %edi, 1), %eax
incl %edi

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.