0% found this document useful (0 votes)
13 views4 pages

Exp - 6

This document describes an experiment conducted using a DYNA-85L microprocessor trainer kit. The kit contains an Intel 8085 microprocessor running at 3MHz along with 8255 and 8155 chips. It has 4KB of firmware and 8KB of user RAM. The document provides details of the hardware features and capabilities of the kit. It includes some example codes demonstrating instructions like ADD, SUB, 1's complement, and right shift. The conclusion states that working with the kit provided hands-on experience with 8085 microprocessor instructions and programming.

Uploaded by

Abhishek Verma
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
13 views4 pages

Exp - 6

This document describes an experiment conducted using a DYNA-85L microprocessor trainer kit. The kit contains an Intel 8085 microprocessor running at 3MHz along with 8255 and 8155 chips. It has 4KB of firmware and 8KB of user RAM. The document provides details of the hardware features and capabilities of the kit. It includes some example codes demonstrating instructions like ADD, SUB, 1's complement, and right shift. The conclusion states that working with the kit provided hands-on experience with 8085 microprocessor instructions and programming.

Uploaded by

Abhishek Verma
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 4

Abhishek Verma E&TC-A1(22-26)

22070123004

Experiment - 6
Microprocessor Trainer Kit

Aim
Study and work on DYNA-85L kit.

Hardware Required
DYNA-85L trainer kit, connecting wires, keyboard.

Theory
The Dyna-85L is an easy-to-use, entry level, Microprocessor trainer kit. The Dyna-
85A kit has Intel's 8085 microprocessor @ 3 MHz together with 8255 as well as 8155
chips onboard. This allows the user to learn all the required peripheral chips together
with its 4Kb powerful firmware, it is one of the best products to learn microprocessors
especially the 8085 chips.

Features -:
 High performance 8085A CPU @ 3 MHz •
 4 K powerful monitor FIRMWARE. Including all standard commands, codes,
functions and utility subroutines besides Assembler and dissembler.
 8 K user RAM 6264.
 Three 28 pin sockets provided for memory expansion up to a maximum of 56
K.
 Versatile Keyboard/Display controller using 8279.
 46 parallel I/O lines, 22 from 8155 and 24 from 8255.
 Serial I/O through auto adjusting type RS-232 channel. This connector is
conveniently brought on the rear
 Built-in audio cassette interface.
 Programmable timer.
 Powerful 8085 interrupt capabilities.
 2 X 40 LCD Display, bright & backlit for easy operations from wide angle.
 104 Key standard PC-compatible keyboards.
Abhishek Verma E&TC-A1(22-26)
22070123004

 All address, data and control and hardware interrupt lines are brought out on
a 50 pin FRC connector for system interfacing and expansion.
 All Dyna Study Cards are supported by this trainer kit •
 Three 16-bit Timer/Counter channels are available on-board, using 8253.
 These channels are available on a 10 pin FRC connector.
 RAM sockets are provided with battery backup.
 Supplied in attractive enclosure.
.

(DYNA-85L trainer kit)

Codes:

(Show the data byte 32H into (ADD)


memory location 4000H) LXI H, C050
A C000H MOV A, M
MVI A, 32H INX H
STA 4000H ADD M
HLT INX H
MOV M, A
HLT
Abhishek Verma E&TC-A1(22-26)
22070123004

(Subtract operation) (1’s complement)


LXI H,2000H LDA C050H
MOV A, M CMA
LXI H,400H STA C055H
SUB M HLT
INX H
MOV M, A
HLT

(2’s complement) (Shift in eight-bit data’s 4 bit is


LDA C100H right. Assume that data is in
CMA register C)
ADI 01H MOV A, C
STA C105H RAR
HLT RAR
RAR
RAR
MOV C, A
HLT

Outputs:

(1’s Complement)
Abhishek Verma E&TC-A1(22-26)
22070123004

(Addition)
Conclusion:
The DYNA-85L microprocessor trainer kit has provided us with hands-on
Experience with electronics and hardware design. 8085 microprocessor
comes with a set of multiple instructions like Add, Sub, Move, and
others. This instructional set gets included in a programming language to
perform various operations. This microprocessor can perform even
complicated operations

You might also like