Hex to BCD Conversion

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

Hex to BCD Conversion

2,659 次查看
grt951
Contributor II

Has anyone done any Hex to BCD conversions?

 

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

标签 (1)
0 项奖励
2 回复数

444 次查看
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 项奖励

444 次查看
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 项奖励