Question about which tools to use, bugs, the best way to implement a function, etc should go here. Don't forget to see if your question is answered in the wiki first! When in doubt post here.
How do I convert something from BCD to ascii in C/C++? Have tried to port ASM code but I didnt get it to work. Should be used for a time function or something. The code I use now is:
outbyte(0x70,0x4);
unsigned char h = inbyte(0x71);
and I wanna know how to get the current hour out of this number