Hello! Features ATMega128 8-bit register r16, which is a number from 0 to 255. You need to registers r17, r18, r19, which will contain figures for the number of r16. How to do better, in what direction to dig? Assuming you need to use the modulo operator. First, r16 divide by 100, record the first digit, then the remainder to divide by 10 to record the second category, and finally the final balance to record the third digit. But here arises another question — how to divide with remainder? Thanks in advance.