COP8SA-DM National Semiconductor, COP8SA-DM Datasheet - Page 35

no-image

COP8SA-DM

Manufacturer Part Number
COP8SA-DM
Description
MODULE DEBUGGING FOR COP8SA
Manufacturer
National Semiconductor
Datasheet

Specifications of COP8SA-DM

Module/board Type
Debugger Module
For Use With/related Products
Cop 8
Lead Free Status / RoHS Status
Lead free / RoHS Compliant
Other names
*COP8SA-DM
1. Assembler
2. Assembler Inputs/Outputs
3. Assembler Directives
The assembler is a software program that converts a source program into an
object file. In other words, it converts ASCII representation of instructions to
binary representation.
Source File - ASCII file containing a software program written in instruction
mnemonics (symbolic language).
Object File - "Executable" file containing instruction opcodes (machine lan-
guage).
Listing File - An ASCII file which lists each location in memory and the in-
struction opcode associated with it. It usually contains assembly error mes-
sages. This listing is useful for finding errors, determining size of code,
finding location of segments of code, and checking for proper assembling of in-
structions.
Symbol Table - Table of constants and symbols with their associated values.
It is useful for determining the locations of subroutines in the code.
An assembler directive is an instruction for the assembler in the source file.
Different assemblers have different sets of directives. Examples:
.CHIP Specifies the particular device for which the code is written
.END
.=NUM Sets the location counter to NUM. The location counter is used
.BYTE Tells the assembler to store the following 8-bit value in program
Specifies the end of the code
by the assembler to store the address of the memory location
where the current instruction is being stored. This directive
allows the user to specify a particular location for a given
segment of code.
memory. Tells the assembler not to interpret it as an instruction.
This is useful for storing a table of data.
MICROCONTROLLER BASICS
1-23

Related parts for COP8SA-DM