help!!!!!!!!!!!!!!

Go4Expert Member
29Nov2006,14:53   #1
bothie's Avatar
wat is the error in the following 8085 assembly language codes
1)MVI B,C
2)INX C
Go4Expert Founder
30Nov2006,10:37   #2
shabbir's Avatar
You have posted it as an Article under the Article / Source code section. I have moved it to the Queries and Discussion forum.

MVI B, C is wrong and it should MVI B, XXXX some memory location
Go4Expert Member
30Nov2006,11:53   #3
bothie's Avatar
wat of the error in
INX C
Go4Expert Founder
30Nov2006,14:57   #4
shabbir's Avatar
INX C is also not valid, it should be INX H for HL pair register ...
Team Leader
6Dec2006,21:13   #5
DaWei's Avatar
Furthermore, MVI is a move immediate instruction, expecting an immediate value in the instruction, and not a register. I would suggest that you study your language reference, right after you study where you might appropriately ask your questions.