Ooopscrash
Newbie level 3

Hi, how can I split a two digit number in separate digits in assembly?
For example, i got 00010111 which is 23, how can i split this numer to get 00000010 and 00000011? (2 and 3)
I'm using pic16f877a
For example, i got 00010111 which is 23, how can i split this numer to get 00000010 and 00000011? (2 and 3)
I'm using pic16f877a