Hex to BCD Conversion

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

Hex to BCD Conversion

2,845件の閲覧回数
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 返答(返信)

630件の閲覧回数
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 件の賞賛
返信

630件の閲覧回数
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 件の賞賛
返信