In how many ways line of code of assembly language can be divided?
A line of code of an assembly language program can be divided in three columns called as fields. The fields describe following information:
1. The label: may be empty or it can specify a symbolic address.
2. The instruction: specifies a machine instruction or the pseudo-instruction.
3. The comment: might be empty or it may contain a comment.