Converting Register EAX: Unsigned Int, 2's Comp, ASCII Chars

  • Thread starter Thread starter majeedh
  • Start date Start date
AI Thread Summary
The discussion revolves around converting the hexadecimal value in register EAX into three formats: unsigned integer, two's complement integer, and ASCII characters. Participants seek clarification on whether the conversions are for a programming task in assembly or for manual calculations. Detailed steps for each conversion method are requested to assist the original poster. The need for more context highlights the importance of understanding the specific application of these conversions. Clear guidance on the conversion process is essential for effective assistance.
majeedh
Messages
14
Reaction score
0
I need help converting register eax hexadecimal into a) unsigned integer b) 2's complement integer c) ASCII characters

i have no clue how to do the conversion, can somebody please tell me the steps on how to do the following conversations...

Can somebody please help me!
 
Last edited:
Physics news on Phys.org
What do you mean? We can't really help you unless you give us more detail.

Are you attempting to write a computer program (presumably in assembly) that will print out the value stored in eax in each of the three different forms?

Or are you simply taking some given value and doing these conversions by hand?

- Warren
 
Back
Top