Hi 2 all,
How can i differentiate between between an opcode & label in 8051 instructions ... for example following are 2 instructions
- mov ax , 10
- name db "Saman$"

how can i know that name is a label and mov is an opcode???

thx .. do reply me soon
take carez all:)

Hi saman,

Simply.
Read 8051 datasheet and also some assembly programming tutorials related to 8051/2.
This might be helpful.

http://www.8052.com/

Good luck.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.