Total members 11889 |It is currently Thu Mar 28, 2024 8:19 pm Login / Join Codemiles

Java

C/C++

PHP

C#

HTML

CSS

ASP

Javascript

JQuery

AJAX

XSD

Python

Matlab

R Scripts

Weka





Elements of Assembly Language Instruction :
Any PIC Instruction consists of:
Code:
Label        Mnemonics        Operands

  1. Label: is textual designation for a line in a program, or section of a program to can jump to the beginning of set of lines of a program.
  2. Mnemonics: is the instruction which already defined by the use of microprocessor. It is the instruction set or the syntax of the used microprocessor.
  3. Operands: are the instruction elements for the instruction is being executed. They are usually registers or variables or constants.
  4. Comment: is a series of words that a programmer writes to make the program more clear and legible. It is placed after an instruction, and must start with a semicolon ";". It is optional.

Code Example :
asm code
start movlw 0x03


Here the start is a label. movlw is a opcode. 0x03 is a operand.



_________________
M. S. Rakha, Ph.D.
Queen's University
Canada


Author:
Mastermind
User avatar Posts: 2715
Have thanks: 74 time
Post new topic Reply to topic  [ 1 post ] 

  Related Posts  to : Elements of Assembly Language Instruction
 Parsing a Processing Instruction     -  
 what is c++ a brief to c++ language!!!     -  
 How do you know when to use the right programming language?     -  
 Window Through C Language     -  
 PIC Assembly For Loop Example     -  
 java language keywords     -  
 macro usage PIC assembly     -  
 Which language is required to set up a web application?     -  
 in what language is C++ and Java are written?     -  
 Mark-up Language Differences     -  



cron





Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group
All copyrights reserved to codemiles.com 2007-2011
mileX v1.0 designed by codemiles team
Codemiles.com is a participant in the Amazon Services LLC Associates Program, an affiliate advertising program designed to provide a means for sites to earn advertising fees by advertising and linking to Amazon.com