Hex to BCD Conversion

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Hex to BCD Conversion

2,600 Views
grt951
Contributor II

Has anyone done any Hex to BCD conversions?

 

Im looking to convert a hex word to BCD and back...

Labels (1)
0 Kudos
2 Replies

385 Views
Leong
Contributor III

since google stopped their code search service, i start using koders.com

 

http://www.koders.com/default.aspx?s=hex2bcd&search.x=0&search.y=0&la=*&li=*&scope=

0 Kudos

385 Views
TomE
Specialist II

Any C Library sources for printf() and scanf() will get you working code samples that you can compile or manually convert to assembly.

 

Just type "sscanf.c" into Google and start searching. Here's a start:

 

ftp://ftp.update.uu.se/pub/pdp11/rt/11sp68/604/

 

There might be something here, although the sort of programming you're looking for is in all compiler libraries, so it is unlikely someone has written and posted anything like that:

 

http://www8.cs.umu.se/~isak/snippets/

 

Why aren't you using a compiler?

 

Tom

 

0 Kudos