1
0
Fork 0
hp42s-rpn/base
Joerg Elfring 61789cb41f Remove Line-Nr und Header
from txt files. The Encoder will add them and it messes up version
management.
2019-11-20 19:14:34 +01:00
..
images first commit 2019-02-05 20:33:55 +01:00
base.raw first commit 2019-02-05 20:33:55 +01:00
base.txt Remove Line-Nr und Header 2019-11-20 19:14:34 +01:00
README.md first commit 2019-02-05 20:33:55 +01:00

This is the base conversion program contributed by Ton van de Burgt to the Free42 Software Collection


Base

A program for viewing several bases together.

Usage

Usage

The program shows the ASCII character, the Hexadecimal value, the Decimal value and the Binary value. The maximum value of the word is 1 byte: "FF" in Hex, 255 in Dec, 1111.1111 in Bin.

  • Pressing [ASCII] you can enter a new ASCII value
  • Pressing [HEX] you can enter a new Hexadecimal value
  • Pressing [DEC] you can enter a new Decimal value
  • Pressing [BIN] you can enter a new Binary value

Example

Press [ASCII] and enter a "Q":

Example 2

Press [R/S] and the several bases are displayed:

Example 3

Press [HEX] and enter "15"

Example 4

Press [R/S] and the several bases are displayed:

Example 5