Hi guys,
Thank you for your help last time. I am stuck on one more problem here. I want to convert an integer into 8-bit binary format and then show that 8-bit binary on the screen. So for example suppose I want to convert integer 7:
Integer ------ 7
8-binary --- 0000 0111
Display on screen ---- 0000 0111
Please let me know if there exist a command to do so.
Regards,
Sajjad
Thank you for your help last time. I am stuck on one more problem here. I want to convert an integer into 8-bit binary format and then show that 8-bit binary on the screen. So for example suppose I want to convert integer 7:
Integer ------ 7
8-binary --- 0000 0111
Display on screen ---- 0000 0111
Please let me know if there exist a command to do so.
Regards,
Sajjad