An assembly project converting Packed BCD (Binary Coded Decimal) values into binary format. It focuses on efficient data conversion algorithms optimized for speed in low-level programming.
-
Updated
Aug 22, 2024
An assembly project converting Packed BCD (Binary Coded Decimal) values into binary format. It focuses on efficient data conversion algorithms optimized for speed in low-level programming.
Simple library that parses byte[] array of BCD (Binary-coded decimal) into Strings, and vice-versa.
Application For Computing Revision
Custom implementation of binary-coded decimal (BCD) arithmetic
This is Mike Cowlishaw's decNumber library that implements the General Decimal Arithmetic Specification in ANSI C. This specification defines a decimal arithmetic which meets the requirements of commercial, financial, and human-oriented applications. It also matches the decimal arithmetic in the IEEE 754 Standard for Floating Point Arithmetic.
Python examples of Binary Coded Decimal (BCD) encoding, arithmetic operations, packed vs unpacked formats, and practical applications in digital systems.
Add a description, image, and links to the binary-coded-decimal topic page so that developers can more easily learn about it.
To associate your repository with the binary-coded-decimal topic, visit your repo's landing page and select "manage topics."