vavrdisasm icon indicating copy to clipboard operation
vavrdisasm copied to clipboard

Hex format

Open yrabbit opened this issue 6 years ago • 1 comments
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

======

yrabbit avatar Apr 08 '19 04:04 yrabbit

Yes, they're equivalent, but it should probably be formatted as $3f for in as well, since it is an I/O register.

vsergeev avatar Mar 11 '20 04:03 vsergeev