はっくはっくキッチン
Hack Hack Kitchen

usart-puthex.asm

 2021/12/12

a small subroutine to print a hexadecimal value via USART. This code is a part of pAVRlib.

Requirement

Subroutine

void USART_HEX(char) (in: r24, out: (none))

send the value of r24 as a hexadecimal value (two ASCII characters) via USART.