I need help in 24 hour please help me

I need a assembly program (80*86) which inputs a number (hexa, deciaml or binary) and another input to define type (H,D,B) then outputs them in each type ( Hex ,dec,bin)


sample run:

c:>convert
Usage:
H = Hexadecimal input
D = Decimal input
B = Binary input

Enter the number : 5
Enter the type : D

Hex : 5
Dec : 5
Bin :101

Enter the number : B
Enter the type : H

Hex : B
Dec : 11
Bin :1011


anyone who make this program in one day you are going to be my guest in ISTANBUL/TURKEY. really I am serious

Comments

  • I've already got a TSR to do this, it's called NUMS.COM by Petran Theta Soft.
Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Categories

In this Discussion