Chapter 3: Assembly Flashcards
Overview?
Assembly code captures the meaning of each instruction in a human-readable format. It consists of a mnemonic that defines the operation to be performed, i.e defining the opcode and any modifiers, and a list of operands. There are no standard formats for assembly code so that each is very processor specific.
example assembly program?
lookup table?
What is an IDE
Contributor(s): Valerie Silverthorne
An integrated development environment (IDE) is a software suite that consolidates the basic tools developers need to write and test software. Typically, an IDE contains a code editor, a compiler or interpreter and a debugger that the developer accesses through a single graphical user interface (GUI). An IDE may be a standalone application, or it may be included as part of one or more existing and compatible applications.
delay loop