1 / 50

Assembly Language Programming Part 2

Microprocessor’s Instruction Set. Assembly Language Programming Part 2. Microprocessor’s Instruction Set. An instruction set is a list of all the instructions , and all their variations , that a processor (or in the case of a virtual machine, an interpreter ) can execute.

wiley
Télécharger la présentation

Assembly Language Programming Part 2

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Microprocessor’s Instruction Set Assembly Language ProgrammingPart 2

  2. Microprocessor’s Instruction Set • An instruction set is a list of all the instructions, and all their variations, that a processor (or in the case of a virtual machine, an interpreter) can execute. • an instruction is a single operation of a processor defined by an instruction set architecture. • On traditional architectures, an instruction includes • An opcode specifying the operation to be performed, such as "add contents of memory to register", • zero or moreoperand specifiers, which may specify registers, memory locations, or literal data. The operand specifiers may have addressing modes determining their meaning or may be in fixed fields.

  3. Microprocessor’s Instruction Set • Instructions include: • Arithmetic such as add and subtract • Logic instructions such as and, or, and not • Data instructions such as move, input, output, load, and store • Control flow instructions such as goto, if ... goto, call, and return.

More Related