Let's let WhTurner33 introduce the program!
You can try it out here:
http://smallbasic.com/smallbasic.com/program/?FHH347
===============================
Last Monday I published a simple binary to decimal converter in response to a question in
After some problems I expanded the program to convert:
- from 16 bits binary to decimal and hexadecimal see second figure
- from decimal (max 65535) to binary and hexadecimal
- from hexadecimal (max. FFFF) to binary and decimal. see first figure
The program is published as FHH347, as it is to long to show here (>210 lines)
This is awesome! Check it out here and get the context on this forum thread. Thanks to WhTurner33 for this fun program!!
- Ninja Ed