The pin diagram of 8088-microprocessor, Assembly Language

Pin diagram of 8088 :

The pin diagram of 8088 is shown in given figure. Most of the 8088 pins and their functions are exactly similar to the corresponding pins of 8086.  Hence the pins that have different functions ortimings are discussed in this section. Amongst them are  the pins that have a common fun.

827_pin diagram 8088.jpg

1) AD7-AD0 (Address/Data):  These lines constitute the address/data time multiplexed bus. During T1 the bus is used for conducting addresses and during T2, T3, Tw andT4 states these lines are utilized for conducting data. These are tristate during 'hold acknowledges'and 'interrupt acknowledge' cycles.

2) A15-A8 (Address Bus): These lines provide the address bits A8 to A15 in the total bus cycle. These have not be latched for obtaining a stable valid address.  These  are  active  high  and  are  tristated  during  the 'acknowledge' cycles. Notice, as the 8088 data bus is only of 8 bits, there is no requirement of the BHE signal.

3) SS0: A new pin SS0 is introduced in 8088 instead of BHE pin in 8086. In minimum mode, the pin 880 is logically equivalent to the S8 in maximum mode.

4) IO/M: This pin is similar to M/IO pin of 8086, but it givesan 8085 compatible memory/IO bus interface. The signals DT/R, IO/M, SSO might be decoded to interpret the activities of the microprocessor as in minimum and maximum mode.

 

Posted Date: 10/10/2012 3:42:19 AM | Location : United States



Your posts are moderated
Related Questions
PC Bus and Interrupt System The PC Bus utilized a bus controller, address latches, and data transceivers (bidirectional data buffers). 1) Bus controller

INT N : Interrupt Type N:- In the interrupt structure of 8086/8088, 256 interrupts are distinct equivalent to the types from OOH to FFH. When an instruction

How do i convert a asci number to numerals?

AAM: ASCII Adjust for Multiplication after execution. This instruction converts the product available in the AL into unpacked BCD format.  This follows a multi

NASM assembly language program: Consider a sequence of 19 strictly positive decimal digits, most likely stored in an array. There are obviously duplicates, an

Using the AddSub program from Ch3 under c:\Masm615\examples as a reference, write a program that subtracts three 16-bit integers using only registers. Insert a

CBW: Convert Signed Byte to Word: This instruction converts a signed byte to a signed word. In other terms, it copies the sign bit of a byte to be converted to

errorlevel -302 ;prevents error code for this chipset __config 0x373A ;chip config PIC spec page 146 processor 16F877A

Using DEBUG DEBUG.COM is a DOS efficacy that facilitates the trouble-shooting and debugging of assembly language programs. In particular case of personal

$NOMOD51 $NOSYMBOLS ;***************************************************************************** ; Spring 2013 Project ; ; FILE NAME : Project.ASM ; DA

IMUL: Signed Multiplication: This instruction multiplies a signed byte by a signed bit in source operand e in the register AL or signed word in source operand

TEST : Logical Compare Instruction: The TEST instruction performs bit by bit logical AND operation on the 2 operands. Each bit of the result is then set to val

Cache Memory Caching is a technology based on the memory subsystem of any computer. The majoraim of a cache is to accelerate the computer while keeping the

IRET : Return from ISR:- When an interrupt service routine is called, before transferring control to it, the IP, CS  register and flag registers are stored

write a program assembly language for adding two 3*3 matrix