Assembly dumps

SirishN:
I'd like to investigate if I am experiencing more than a MOV between adc register and memory.

A disassembler is not necessary to answer that question. As is traditional with RISC processors, a move between an I/O register and memory is not supported. Any such operation requires an intermediate move through a processor register.