vavrdisasm
vavrdisasm copied to clipboard
Hex format
trafficstars
I am new to AVR assembler. Is that correct, in one case, "0x'', and in another "$''?
1f6e: b7 1f in R17, 0x3f
1f7a: bf 1f out $3f, R17
======
Yes, they're equivalent, but it should probably be formatted as $3f for in as well, since it is an I/O register.