Skip to content

BCD (Binary Coded Decimal) Coding and Decoding in Delphi

Notifications You must be signed in to change notification settings

robmollerau/BCD-Manipulation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

BCD (Binary Coded Decimal) Coding and Decoding in Delphi

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages