Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

4
votes
1answer
133 views

What do bitshift operations in Intel 8085 assembly do?

I am trying to explain to myself the following 8085 assembly code I have this code that asks for two numbers (from a virtual keyboard within the IDE) and displays them on LEDs 7 and 8: .ORG 0000 ...
3
votes
2answers
113 views

Z80 DAA instruction

Apologies for this seemingly minor question, but I can't seem to find the answer anywhere - I'm just coming up to implementing the DAA instruction in my Z80 emulator, and I noticed in the Zilog manual ...
3
votes
2answers
2k views

BCD Adder in Verilog

I am trying to write a BCD Adder in Verilog, but I am having trouble with one of the modules. Specifically, the adder that takes two BCD digits and adds them. So, the idea is if the sum of the two ...
3
votes
4answers
10k views

Decimal to BCD conversion

I know you can use this table to convert decimal to BCD: 0 0000 1 0001 2 0010 3 0011 4 0100 5 0101 6 0110 7 0111 8 1000 9 1001 Is there a equation for this conversion or ...
3
votes
4answers
4k views

Java code or lib to decode a binary-coded decimal (BCD) from a String

I have a string consisting of 1's ('\u0031') and 0's('\u0030') that represents a BCD value. Specifically, the string is 112 characters worth of 1's and 0's and I need to extract either 8 or 16 of ...
2
votes
2answers
192 views

Converting an Int to a BCD byte array

I want to convert an int to a byte[4] array using BCD. The int in question will come from an device id and his needed to speak to an device via serialport. Is there any pre-made function that does ...
2
votes
2answers
237 views

Where can I find a free or open source C++ library to do BCD math?

Where can I find a free or open source C++ library to do Binary Coded Decimal math?
2
votes
7answers
726 views

Assembler : why BCD exists?

I know BCD is like more intuitive datatype if you dont know binary. But I dont know why to use this encoding, its like dont makes a lot os sense since its waste representacion in 4bits (when ...
2
votes
1answer
405 views

binary coded decimals (BCD) put into a byte in C#

Hi I'm working on implementing a protocol tha tells me to put decimals from 0 to 160 into a single byte. I assume, since it doesn't specify what sort of BCD it wants, that I am to put one digit into ...
2
votes
6answers
2k views

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 convert binary to decimal and print this decimal. Moreover, I'm not interested in this `decimal'; I ...
1
vote
1answer
133 views

VHDL BCD to 7 Segment Display

I'm very new to VHDL and there is a problem I can't quite get my head around. I am trying to display a 12 bit BCD onto 3 7-segment displays. However, I am at a lost on how to split the 12 bit BCD ...
1
vote
2answers
429 views

Decode binary coded decimal (BCD) to unsigned integer

The value used in my project is expressed with 4-bits binary coded decimals (BCD), which was originally stored in a character buffer (for example, pointed by a pointer const unsigned char *). I want ...
1
vote
2answers
183 views

How to parse byte[] (including BCD coded values) to Object in Java

I'd like to know if there is a simple way to "cast" a byte array containing a data-structure of a known layout to an Object. The byte[] consists of BCD packed values, 1 or 2-byte integer values and ...
1
vote
4answers
624 views

BCD (Binary Coded Decimal) in C

I am working on BCD (Binary Coded Decimal) in C and in charge of writing the different bcd functions. I need to encode an integer i into buffer char *s of size n. The function returns 0 on success or ...
1
vote
5answers
3k views

Binary coded decimal (BCD) to Hexadecimal conversion

can someone explain to me how to convert BCD to Hexadecimal? For example how can i convert 98(BCD) to Hexadecimal. Thanks.
1
vote
4answers
3k views

Converting a 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 representing the Year and must be converted to two bytes. Is there any pre-made function that does ...
1
vote
3answers
2k views

Unpacking AS400 packed decimal (BCD) - possibly borked by EBCDIC conversion?

I'm getting files transferred from an AS/400 to our Windows (SBS 2003) via FTP. The files are fixed-width data. The text appears fine, but some of the fields are packed decimals, which when unpacked ...
0
votes
1answer
33 views

What kind of binary numeric representation is this?

I have these numbers from an old database file and I'm looking for the numeric representation this uses. The numbers are stored as binary format, and they're supposedly 64-bit floating numbers, ...
0
votes
0answers
88 views

Extracting Boot Configuration Data using WMI

I want to extract the value of few elements from the Boot Configuration Data store in Windows 7. I came across a WMI Provider for BCD. It has provided the details of the Classes, Enumerations as ...
0
votes
1answer
208 views

How do I do a BCD to unsigned integer conversion in vhdl or Labview

I am programming an application in vhdl for a National Instruments CompactRio. One of the inputs is from a scale that only outputs an ASCII string of the weight on the scale. I know I can convert the ...
0
votes
0answers
160 views

Error in BCD list - SharePoint 2010

I'm getting this error when I try to access BCD list in SharePoint 2010: Error while executing web part: Microsoft.BusinessData.Infrastructure.BdcException: The shim execution failed unexpectedly - ...
0
votes
1answer
227 views

Convert 6/10/12-bit streams to scaled unsigned char/short

In the world of PC's, a byte usually denotes a memory boundary alignment of 8 bits which the computer treats as a single unit. In mini and mainframe computers, longer sequences like 16 and 32 bits ...
0
votes
0answers
291 views

Better way to decode binary coded decimal (BCD) [closed]

In total, I have 3 questions. All of them are concerned with binary coded decimal (BCD) conversion. My coding snippets (possible answers) are shown, but I am not satisfied with my algorithms because ...
0
votes
1answer
53 views

How to read BDC time with reversed endianess in java?

So I have this byte array: // tvltmp[0] = 0x21; // tvltmp[1] = 0x63; // tvltmp[2] = 0x84; And this represents "12:36:48" in what I called "reversed endianess BDC". To decode that, one just have to ...
0
votes
3answers
539 views

BCD Hex String to Integer

I was able to modify the solution provided by Brad Christie to get the results I am expecting for the Hours, Minutes, Seconds, Months, Days, and Years all of which are in BCD Format: static Int32 ...
0
votes
2answers
127 views

Difference between signed and unsigned 16bit BCDs?

How do you tell the difference? For example, say you have 0110 0101 1001 0011. The unsigned BCD is 6593, but what is the signed value?
0
votes
3answers
839 views

BYTE BCD to ASCII conversion optimization

I've written a function in c that converts a byte (unsigned char) BCD string into ASCII. Please have look at the code and advice some improvements. Is there any other efficient way that can convert ...
0
votes
1answer
767 views

does .net provides api to convert ascii to bcd?

Platfrom 3.5 .net.(c#) please refer me to code which converts ascii to bcd (c#).
0
votes
7answers
7k views

Most efficient way to convert BCD to binary

I have the code below to convert a 32 bit BCD value (supplied in two uint halves) to a uint binary value. The values supplied can be up to 0x9999, to form a maximum value of 0x99999999. Is there a ...
-1
votes
1answer
135 views

BCD Calculator issue

I am converting a hex 0xE0 to BCD. When I do this I am getting back a 64. I know this is completely wrong and maybe it's something in my C++ code, but 64 just doesn't sound correct. Any ideas? Is 0xE0 ...