Re: Is there code available for?
- From: "Noway2" <spamtrap@xxxxxxxxxx>
- Date: 11 Nov 2005 05:34:43 -0800
Use division. If you divide your HEX number by 10 (decimal), the
remainder will be the least significant digit. Repeat the process,
until you have no more digits.
Quite honestly, I would have to say that this process is one of the
most fundamental concepts of assembly language programming..If it
weren't I don't think that it would have been covered in at the
beginning of three different classes I have taken that focused on
assembly lanugage and seen it in the begining of two assembly languages
texts.
If you are having problems here, I really think you need to find a good
book or other tutorial on the language as any code examples will
probably be meaningless to you.
Try this link: http://www.drpaulcarter.com/pcasm/ It may be a little
bit advanced for you, but is it a free downloadable book on x86
assembly in .pdf format.
.
- Follow-Ups:
- Re: Is there code available for?
- From: randyhyde@xxxxxxxxxxxxx
- Re: Is there code available for?
- From: Skarmander
- Re: Is there code available for?
- References:
- Is there code available for?
- From: Dre
- Is there code available for?
- Prev by Date: Re: Detecting 16,32,64 bit modes
- Next by Date: Re: Create assembly obj to link with Windows objs
- Previous by thread: Re: Is there code available for?
- Next by thread: Re: Is there code available for?
- Index(es):
Relevant Pages
|