i am trying to port an assembly logic which is as below MUL R8,R9 MOV R4, MDH i am trying to write the same logic in C. i need to move the MDH contents into a variable which i am not able to do.when i check the assembly listing of the C code, i find that always the MDL contents are being moved and not the MDH contents. has anyone encountered this problem.
Post your 'C' code.