Author Topic: program for hexadecimal to decimal  (Read 4987 times)

Offline MAHESHDEEVELA

  • Jr. Member
  • *
  • Posts: 4
program for hexadecimal to decimal
« 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

Offline Frank Kotler

  • NASM Developer
  • Hero Member
  • *****
  • Posts: 2667
  • Country: us
Re: program for hexadecimal to decimal
« Reply #1 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


Offline MAHESHDEEVELA

  • Jr. Member
  • *
  • Posts: 4
Re: program for hexadecimal to decimal
« Reply #2 on: March 17, 2016, 04:31:09 AM »
linux is my os and thank u for the suggestion