8080/8085 Assembler

ListFlleFormats

Symbol Table Listing

The listing of the assembled source code is optionally followed by the symbol table listing. If the NOSYMBOLS control is specified, the symbol table listing is suppressed.

The assembler lists the symbol table in three sections: PUBLIC symbols, EXTER- NAL symbols, and symbols defined by the user in the current assembly (including PUBLIC and EXTERNAL symbols). Each section of the symbol table is preceded by a title in columns 1-16 of the listing, as follows:

PUBLIC SYMBOLS

(Public Symbol Table)

EXTERNAL SYMBOLS

(External Symbol Table)

USER SYMBOLS

(User-Defined Symbol Table)

The format of a symbol table output line is as follows:

ColumnsDescription

1-6 Symbol names up to six characters, left-justified.

7Blank.

8Relocatability flag: absolute (A), relocatable CODE-segment (C), relocatable DATA-segment (D), external (E).

9Blank.

10-13 Symbol value in hexadecimal.

14-17 Blank.

18-n Repeat pattern of columns 1-17 for additional symbols, where un" is the page width.

Error Summary

After listing the last line of the symbol table and spacing one line, the assembler lists an error summary line in the following format:

ColumnsDescription

1-19 The string uASSEMBLY COMPLETE"

20-23 Number of errors. Four character positions containing the number of errors in the source encountered during assembly. This decimal number is right- justified and left blank-filled. If there are no errors, the string "NO" is out- put instead.

24 Blank.

25-30 The string "ERRORS"

31Blank.

32If the number of errors is not zero, the character "("; otherwise, blank.

33-36 If the number of errors is not zero, these four character positions contain the sequence number (in decimal) of the last source line with an error; otherwise, blank.

37 If the number of errors is not zero, the character ")"; otherwise, blank.

4-3

Page 23
Image 23
Intel 8080, 8085 manual Symbol Table Listing

8080, 8085 specifications

The Intel 8085 and 8080 microprocessors were groundbreaking innovations in the world of computing, paving the way for future microprocessor development and personal computing.

The Intel 8080, introduced in 1974, was an 8-bit microprocessor that played a fundamental role in the early days of personal computing. With a 16-bit address bus, it had the capability to address 64 KB of memory. Running at clock speeds of 2 MHz, the 8080 was notable for its instruction set, which included 78 instructions and 246 opcodes. It supported a range of addressing modes including direct, indirect, and register addressing. The 8080 was compatible with a variety of peripherals and played a crucial role in the development of many early computers.

The microprocessor's architecture was based on a simple and efficient design, making it accessible for hobbyists and engineers alike. It included an 8-bit accumulator, which allowed for data manipulation and storage during processing. Additionally, the 8080 featured registers like the program counter and stack pointer, which facilitated program flow control and data management. Its ability to handle interrupts also made it suitable for multitasking applications.

The Intel 8085, introduced in 1976, was an enhancement of the 8080 microprocessor. It maintained a similar architecture but included several key improvements. Notably, the 8085 had a built-in clock oscillator, simplifying system design by eliminating the need for external clock circuitry. It also featured a 5-bit control signal for status line management, which allowed for more flexible interfacing with peripheral devices. The 8085 was capable of running at speeds of up to 3 MHz and had an extended instruction set with 74 instructions.

One of the standout features of the 8085 was its support for 5 extra instructions for stack manipulation and I/O operations, which optimized the programming process. Additionally, it supported serial communication, making it suitable for interfacing with external devices. Its 16-bit address bus retained the 64 KB memory addressing capability of its predecessor.

Both the 8080 and 8085 microprocessors laid the groundwork for more advanced microprocessors in the years that followed. They demonstrated the potential of integrated circuits in computing and influenced the design and architecture of subsequent Intel microprocessors. Their legacy endures in the way they revolutionized computing, making technology accessible to a broader audience, and their influence is still felt in the design and architecture of modern microprocessors today.