Top "Bcd" questions

A binary-coded decimal (BCD) is a method of representing each decimal digit of a number with a fixed number of bits.

multiplying two two digit numbers with both the numbers taken as input and result is also to be printed in Tasm

i am not understanding as to what can be done in this case single digit multiplication was possible using the …

assembly x86 dos bcd
Verilog multiple drivers

I'm trying to make BCD Counter using Verilog that will be connected to 7-segment decoder.After I synthesize it, the …

verilog xilinx system-verilog bcd
Z80 DAA instruction

Apologies for this seemingly minor question, but I can't seem to find the answer anywhere - I'm just coming up …

math bcd z80
Behavioral verilog bcd up down counter with enable and reset

I recently need to make a BCD up down counter with enable and reset. I have three always blocks but …

counter verilog behavior bcd seven-segment-display
packed decimal to ascii assembly

I'm trying to convert packed decimal numbers into ascii strings. Here is my understanding thus far: The following: bcd BYTE 34…

assembly decimal ascii masm bcd
Why is the double-dabble algorithm working?

I am trying to understand why the double-dabble algorithm is working, but I am not getting it. There are a …

algorithm binary numbers converter bcd
Convert really big number from binary to decimal and print it

I know how to convert binary to decimal. I know at least 2 methods: table and power ;-) I want to …

c binary decimal bignum bcd
Converting an Int to a BCD byte array

I want to convert an int to a byte[2] array using BCD. The int in question will come from DateTime …

c# .net bytearray bcd