Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 569 Bytes

README.md

File metadata and controls

21 lines (12 loc) · 569 Bytes

BCD-Manipulation (Binary Coded Decimal)

Binary Coded Decimal Coding and Encoding in Delphi

Installation

Compile and run

Information

Binary Coded Decimal is number storing format where each byte represents two decimal numbers. Each number is encoded as a nibble. For example: The numbers 2 and 3 would be encoded as 00110010 giving a byte value of 50.

Usage

Compile or run executable.

License

Open license