NASM - The Netwide Assembler

NASM Forum => Programming with NASM => Topic started by: MAHESHDEEVELA on March 02, 2016, 07:06:36 AM

Title: program for hexadecimal to decimal
Post by: MAHESHDEEVELA on March 02, 2016, 07:06:36 AM
hi
can u  have the program for conversion of hexadecimal to decimal program and can u give the support files to execute the program
Title: Re: program for hexadecimal to decimal
Post by: Frank Kotler on March 02, 2016, 08:54:22 AM
Ah, no, we're not going to do your homework for you. We will help you with it. How far can you get with this?

Keep in mind that "hexadecimal", and "decimal", and "octal", etc. are different ways to represent a number as text. It's the same number. What you probably want to do is input a hexadecimal text representation of a number and convert it to the number. Then print a decimal representation of the number. Yes?

What's your OS, anyway?

Best,
Frank

Title: Re: program for hexadecimal to decimal
Post by: MAHESHDEEVELA on March 17, 2016, 04:31:09 AM
linux is my os and thank u for the suggestion