54
SAP-1 Computer

Sap 1

  • Upload
    icansap

  • View
    1.084

  • Download
    18

Embed Size (px)

Citation preview

Page 1: Sap 1

SAP-1 Computer

Page 2: Sap 1

Simple-As-Possible Computer

Simple-As-Possible(SAP) Computer has been designed for beginners. The main

purpose of SAP is to introduce all the crucial ideas behind computer operation.

There are three different generations of SAP.(SAP-1 SAP-2 SAP-3)

Page 3: Sap 1

SAP-1 Computer

SAP-1 is a computer because it stores a program and data before calculations begin; then it

automatically carries out the program instructions without human intervention.

And yet, SAP-1 is a primitive computing machine. When compared to a modern computer, it is like a

Neanderthal human compared to a modern person.

SAP-1 is the first stage in the evolution toward modern computers.

Page 4: Sap 1

SAP-1 ARCHITECTURE

Page 5: Sap 1

SAP-1 Architecture

Architecture is the conceptual design and fundamental operational structure of a

computer system.

It is the blueprint and functional description of requirements and design implementations for

various parts of a computer.

Page 6: Sap 1

PROGRAMCOUNTER

INPUT andMEMORY

ADDRESS REGISTER

RAM RAM

4 4

INSTRUCTIONREGISTER

ControllerSequencer

4

4

W Bus

8

4

8

8

4

ACCUMULATOR8

8

ADDERSUBTRACTOR

8

8

BREGISTER

8

8

OUTPUTREGISTER

8

BINARY DISPLAY

8

8

SAP-1 ARCHITECTURE

Page 7: Sap 1

SAP-1 Architecture

SAP-1 Architecture is a Bus-Organized Computer.

All register outputs to W Bus are three-state; these allows orderly transfer of data.

All other register outputs are two-state; these outputs continuously drive the boxes they are

connected to.

Page 8: Sap 1

Three-State

DATA IN DATA OUT

ENABLE

ENABLE Din Dout

0 X 1 0 1 1

OPEN 0 1

=

0

Din Dout

=

1

Din Dout

OPEN

CLOSED

Page 9: Sap 1

Bus-Organized Computer

Bus is a group of wires that transmit a binary word. It is a common transmission path

between the three-state registers.

Page 10: Sap 1

AREGISTER

BUS

4

4

BREGISTER

4

4

CREGISTER

4

4

DREGISTER

4

4

EXAMPLE OF BUS-ORGANIZED COMPUTER

LOADA

ENABLEA

LOADB

ENABLEB

LOADC

ENABLEC

LOADD

ENABLED

CLR

CLR

CLR

CLR

Page 11: Sap 1

Data Transfers

The advantage of bus organization is the ease of transferring a word from one register to another.

To begin with, the same CLK signal drives all the registers, but nothing happens until you apply HIGH(1)

signal to the control inputs(LOAD and ENABLE).

In other words, as long as all LOAD and ENABLE inputs are LOW(0), the registers are isolated from the bus.

CLR input clears the word in the register when HIGH(1).

Page 12: Sap 1

0101

EXAMPLE: Transfer word 0101 from A to B. Then from B to C and from C to D.After all registers have the binary word, Clear all register

except D.

A

B

C

D

LA

LB

LC

LD

EA

EB

EC

ED

CLR

CLR

CLR

CLR

Page 13: Sap 1

0101

A

B

C

D

LA

LB

LC

LD

EA

EB

EC

ED

CLR

CLR

CLR

CLR

1

1

0101

Apply HIGH signal on EA and L

C to transfer binary word from A to B.

Page 14: Sap 1

0101

A

B

C

D

LA

LB

LC

LD

EA

EB

EC

ED

CLR

CLR

CLR

CLR0101

1

1

0101

Apply HIGH signal on EB and L

C to transfer binary word from B to C.

Page 15: Sap 1

0101

A

B

C

D

LA

LB

LC

LD

EA

EB

EC

ED

CLR

CLR

CLR

CLR0101

1

1

0101

Apply HIGH signal on EC and L

D to transfer binary word from C to D.

0101

Page 16: Sap 1

0101

A

B

C

D

LA

LB

LC

LD

EA

EB

EC

ED

CLR

CLR

CLR

CLR0101

0101

0101

Apply HIGH signal on CLR on A,B and C to clear its contents.

1

1

1

Page 17: Sap 1

PROGRAMCOUNTER

INPUT andMEMORY

ADDRESS REGISTER

RAM RAM

4 4

INSTRUCTIONREGISTER

ControllerSequencer

4

4

W Bus

8

4

8

8

4

ACCUMULATOR8

8

ADDERSUBTRACTOR

8

8

BREGISTER

8

8

OUTPUTREGISTER

8

BINARY DISPLAY

8

8

SAP-1 ARCHITECTURE

CP

EP

CLK

CLR

CLK

CLKCLK

CLK

CLK

LM

CE

LI

EI

CLR

LA

EA

SU

EU

LO

LB

CPE

PL

MCE L

IE

IL

AE

A S

UE

UL

BL

O

Page 18: Sap 1

SAP-1 Architecture

The SAP-1 Control unit consists of the Program counter, the Instruction Register and the Controller-Sequencer that

produces the control word, the clear signals and the clock signal.

The SAP-1 ALU(Arithmetic Logic unit) consists of an Accumulator, an Adder/Subtractor and a B Register.

The SAP-1 Memory has the Memory Address Register and a 16x8 RAM.

The SAP-1 I/O unit includes the programming switches, Output register and Binary display.

Page 19: Sap 1

Program counter

Program counter is a circuit counter that counts from 0000 to 1111. The binary word

output of the counter (0000 to 1111) corresponds to the memory location or address(00H to 10H) of RAM where the

instruction is written.

Page 20: Sap 1

INPUT is where the programming switches that allows you to send 4-bit address and 8-

bit data to the RAM.

Memory Address Register(MAR) is part of the SAP-1 Memory. During a computer run, the output of the program counter(0000 to 1111) is latched into MAR. A moment later, MAR

applies this 4-bit address to the RAM, where a read operation is performed.

INPUT and Memory Address Register(MAR)

Page 21: Sap 1

Random-Access Memory(RAM)

Before a computer run, the instruction or data word is stored in the RAM by using address

and data switch registers.

During a computer run, the RAM receives the 4-bit address from the MAR and a read operation is performed. In this way, the

instruction or data word stored in the RAM is placed on the W bus for use in some other

part of the computer.

Page 22: Sap 1

RAM

A3

A2

A1

A0

D0

D1

D2

D3

O0

O1

O2

O3

CE WE

A0 – A

3Address bits

D0 – D

3Data Input

O0 – O

3Data Output (three-

state)CE Chip EnableWE Write Enable

To write data on the RAM:----Address the memory where the data will be written.[SAP-1 uses two 16x4 TTL RAM. In this case, there are 16 memory locations(address) to write on with 4 bits of data.] ----Clear both CE and WE to perform write operation.Example: Write 1001 on 10H.

1 0 1 0

00

1001

- - - -

- - - -

1001

AH

BH

CH

To read data from the RAM:----Address the memory where the data will be read.----Clear CE and set WE to perform Read operation.Example: Read the data stored in 10H.

1 0 1 0

10

1001

- - - -

- - - -

1001

AH

BH

CH

Page 23: Sap 1

Instruction Register

Instruction register is a part of control unit and a buffer register that fetch an instruction from the RAM when the computer does a memory

read operation.

The upper nibble(MSB) output of the instruction register goes directly to the

Controller-Sequencer, the lower nibble(LSB) is a three-state output that is read onto the W

bus when needed.

Page 24: Sap 1

Controller-Sequencer

This controls the whole operation of the computer(like a supervisor telling everyone

what to do) by sending out 12-bit word called control word.

The control word has the format of:CON = C

PE

PL

MCE L

IE

IL

AE

A S

UE

UL

BL

O

Also, the controller-sequencer contains the Clock generator which sends out CLK and CLK signals and the Master reset which

sends out CLR and CLR signals.

Page 25: Sap 1

Accumulator

Accumulator is a part of ALU and a buffer register that stores intermediate answers during computer

run.

Accumulator has two sets of outputs. The first set of output is two-state and is directly connected to Adder/Subtractor. The second set of output is a

three-state and is directly connected to the W bus.

Also called as the A Register.

Page 26: Sap 1

B Register

B register is a part of ALU and another buffer register which contains the number to be added or subtracted to the contents of the

accumulator.

Page 27: Sap 1

Adder/Subtractor

The adder/subtractor is consists of two 4-bit full adder that can perform addition and subtraction(by using 2's complement).

Page 28: Sap 1

Output Register

Output register is the register that receives the processed data from the accumulator and drives the

output display of SAP-1.

Also called as output port because it processed data can leave the computer through this register.

In microcomputers, the output ports are connected to interface circuits that drive peripheral devices.

Page 29: Sap 1

Binary Display

The binary display is a row of 8 LEDs. Because the binary display is connected to the output port, it shows the contents of the

processed data.

Page 30: Sap 1

SAP-1 INSTRUCTION SET

Page 31: Sap 1

SAP-1 Instruction Set

A computer is a useless pile of hardware until someone programs it. Instruction set is the basic operation a

computer can perform.

SAP-1 Instruction set are LDA, ADD, SUB, OUT and HLT.

These instructions are upward compatible with Intel 8080/8085(first widely used 8-bit microprocessor

introduced in 1970). In other words, SAP-1 instructions are taken from Intel 8080/8085 instructions. Likewise,

SAP-2 and SAP-3 instruction are also part of 8080/8085 instruction.

Page 32: Sap 1

SAP-1 Instruction Set

Abbreviated instructions(LDA, ADD, SUB, OUT, HLT) are called mnemonics.

Mnemonic Operation

LDA Load RAM data into accumulatorADD Add RAM data to accumulatorSUB Subtract RAM data from accumulatorOUT Load accumulator data into output registerHLT Stop processing

Page 33: Sap 1

LDA

LDA means ''LoaD the Accumulator''. A complete LDA instruction includes the address or memory location(written in

hexadecimal to avoid confusion).

Example: LDA 8H

LDA 8H means ''Load the accumulator with the contents of memory location 8H''

Page 34: Sap 1

ADD

ADD is another SAP-1 instruction. A complete ADD instruction includes the address or

memory location where given data is stored to be added.

Example: ADD AH

ADD AH means ''ADD the contents of memory location AH to the contents of

accumulator''.

Page 35: Sap 1

SUB

SUB is another SAP-1 instruction. A complete SUB instruction includes the address or

memory location where given data is stored to be subtracted.

Example: SUB CH

SUB CH means ''SUB the contents of memory location CH to the contents of

accumulator''.

Page 36: Sap 1

OUT

The instruction OUT tells the SAP-1 computer to transfer the accumulator contents to the

output port.

OUT is complete by itself; that is you do not have to include an address or memory

location when using OUT.

Example: OUT

Page 37: Sap 1

HLT

HLT means ''HaLT''. This instruction tells the computer to stop processing data. HLT marks the end of a

program.It is necessary to use HLT instruction at the end of every

SAP-1 program; otherwise, you will get a computer trash(meaningless answers caused by runaway

processing).

HLT is complete by itself; that is you do not have to include an address or memory location when using HLT.

Example: HLT

Page 38: Sap 1

SAP-1 PROGRAMMING

Page 39: Sap 1

SAP-1 Program

Example: Create a SAP-1 program to solve this arithmetic problem:

10 + 5 +35 - 46

Page 40: Sap 1

ADDRESS CONTENTS0H LDA 6H1H ADD 7H2H ADD 8H3H SUB 9H4H OUT5H HLT6H 0000 1010 7H 0000 01018H 0010 00119H 0011 0010

Page 41: Sap 1

To load the instruction and data word into SAP-1, we need to convert the source program(original program with mnemonics) into object program(program written

in machine language). This means, instructions in mnemonic will be converted in operation code.

Mnemonic Op codeLDA 0000ADD 0001SUB 0010OUT 1110HLT 1111

SAP-1 Program

Page 42: Sap 1

Example: Translate the program into SAP-1 machine language.

ADDRESS CONTENTS0H LDA 9H1H ADD AH2H SUB BH3H OUT4H HLT

Page 43: Sap 1

LDA=0000 ADD=0001 SUB=0010OUT=1110 HLT=1111

ADDRESS CONTENTS0000 0000 10010001 0001 10100010 0010 10110011 1110 xxxx0100 1111 xxxx

Page 44: Sap 1

SAP-1 MACHINE CYCLE

Page 45: Sap 1

SAP-1 Machine Cycle

The control unit is the key to a computer's automatic operation. The control unit

generates the control words that fetch and execute each instructions. While each

instructions is fetched and executed, the computer passes through different timing

states(T states).

Page 46: Sap 1

SAP-1 Timing States

Timing states are binary words produced from a circuit counter called ring counter.

Instead of counting binary numbers, a ring counter uses words that have only a single high bit. During a clock pulse, the output carries over the high bit into the next binary weight. For example, a ring counter has an initial output of 0001. Then during the next clock pulse, the next output would be 0010. After

0010 is 0100, 1000, 0001 0000 and so on.

Page 47: Sap 1

SAP-1 Timing States

The importance of ring counter is to control the sequence of operations by assigning it to different

timing states.

SAP-1 computer uses 6 different timing states. The first three states are called fetch cycle and the

second three states are called execution states.

T1 = 000001 T4 = 001000T2 = 000010 T5 = 010000T3 = 000100 T6 = 100000

Page 48: Sap 1

SAP-1 Fetch cycle

The T1 state is called the address state because the output of the program counter is transferred to the memory address register. During this state, the controller-sequencer

sends out a CONTROL word:

CON = 0101 1110 0011= 5E3(simplified form)

Page 49: Sap 1

SAP-1 Fetch cycle

The T2 state is called increment state because the program counter is incremented.

During this state, the controller-sequencer sends out a CONTROL word:

CON = 1011 1110 0011 = BE3

Page 50: Sap 1

SAP-1 Fetch cycle

The T3 state is called memory state because the addressed RAM instruction is transferred from the memory to the instruction register. During this state, the controller-sequencer

sends out a CONTROL word:

CON = 0010 0110 0011 = 263

Page 51: Sap 1

SAP-1 Execution cycleThe T4, T5 and T6 are execution cycles. In these states, the instruction is carried out or

performed.

There are different execution cycles for each instructions. It is called microinstruction.

For example, LDA has three microinstructions for each timing states.

Microinstructions that were group together is called macroinstructions.

Page 52: Sap 1

MACRO STATE CONLDA T4 1A3

T5 2C3T6 3E3

ADD T4 1A3T5 2E1T6 3C7

SUB T4 1A3T5 2E1T6 3CF

OUT T4 3F2T5 3E3T6 3E3

Page 53: Sap 1

FETCH CYCLET State CON ActiveT1 5E3 E

PL

M

T2 BE3 CP

T3 263 CE LI

EXECUTION CYCLET State CON ActiveT4 LDA 1A3 L

ME

I

T5 LDA 2C3 CE LA

T6 LDA 3E3 noneT4 ADD 1A3 L

ME

I

T5 ADD 2E1 CE LB

T6 ADD 3C7 LA

EU

T4 SUB 1A3 LM

EI

T5 SUB 2E1 CE LB

T6 SUB 3CF LA

SU

EU

T4 OUT 3F2 EA

LO

T5 OUT 3E3 noneT6 OUT 3E3 none

Page 54: Sap 1

SAP-1 SCHEMATIC DIAGRAM