kripacharya
Banned
- Joined
- Dec 28, 2012
- Messages
- 1,204
- Helped
- 182
- Reputation
- 360
- Reaction score
- 175
- Trophy points
- 1,343
- Location
- New Delhi
- Activity points
- 0
This is the opposite prob from what most folks want.
I need to convert a BCD number -- 6 digit -- into its binary/ hex equivalent. The BCD can be packed/ not packed. I prefer not-packed for now.
Can someone provide pointers to an 8-bit assembly implementation for an efficient algorithm ? Its for an AVR project, using Atmega48 as of now. Fair amount of RAM is available if required.
Once again -- this is BCD to Binary.
I need to convert a BCD number -- 6 digit -- into its binary/ hex equivalent. The BCD can be packed/ not packed. I prefer not-packed for now.
Can someone provide pointers to an 8-bit assembly implementation for an efficient algorithm ? Its for an AVR project, using Atmega48 as of now. Fair amount of RAM is available if required.
Once again -- this is BCD to Binary.