Ask your own question, for FREE!
Engineering 17 Online
OpenStudy (anonymous):

LXI H,2034H MOV A,M If accumulator can store 16 bit data??

OpenStudy (anonymous):

Yes it can..

OpenStudy (anonymous):

if anyone could help me

OpenStudy (anonymous):

By operating 8 bits at a time..

OpenStudy (anonymous):

how it can store 16 bit data as accumulator is 8 bit only

OpenStudy (anonymous):

if we want to check the status of accumulator, then it will show which data,higher bit or lower bit data??

OpenStudy (anonymous):

It can store 8 bit data first and then operate it.. Move this 8 bit data to other location after processing it.. Now, take the other 8 bit data and then again operate on it.. And move this data to other location...

OpenStudy (anonymous):

@ganeshie8 do you have knowledge of Microprocessors Assembly language programming.. Can you help here ??

OpenStudy (anonymous):

iam not satisfied with ur answer gopi

OpenStudy (anonymous):

yes i can help u

OpenStudy (anonymous):

accmulater have always memory of 16 bit data storage. double than a register.

OpenStudy (anonymous):

u r totally wrong gini

OpenStudy (anonymous):

@gsRttN , You are WRONG.. I am writing it in capital letters too.. Ha ha ha...

OpenStudy (anonymous):

why? @waterineyes @dirtymind

OpenStudy (anonymous):

In 8085 Microprocessor, Accumulator A is of 8 bits and not 16 bits, that is why...

OpenStudy (anonymous):

ok ok sorry i was talking about microcontroller sorry its my mistake

OpenStudy (anonymous):

It is okay..

OpenStudy (anonymous):

here M stands for the memory , which by default has address which is the content located in the HL pair so when the command MOV A , M is fetched the control sees for the address which is the content of the HL pair which is a 4 digit data in hexadecimal and the content stored at this address is a 8 bit data which is being transferred to the accumulator. In 8085 processor the accumulator can never store the 16 bit data.

ganeshie8 (ganeshie8):

MOV A,M fetches the 8bit data stored at M location in memory and places it in Accumulator

ganeshie8 (ganeshie8):

|dw:1349792086832:dw|

Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!
Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!