Construct a large integer (32 – Bit) from two Byte Variables (8 – Bit) and one Word Type variable
(16 – Bit). Store your result into EAX and print it. Like if
byte1 = 21h, byte2 = 43h & word1 = 8765h
Then your output may be
87654321h OR 43218765 OR 43876521

Recommended Answers

All 3 Replies

We won't write it for you - show us what you've done so far, and it helps to indicate a specific question or problem you're having.

Oops ... see following ... duplicate accidently posted here.

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.