You are on page 1of 1

A simulator is a program or machine that simulates a real-life situation, meaning

that it creates a virtual version of it, often for the purpose of instruction or
experiment.

Sim8085 is a online development environment for writing Intel 8085 microprocessor


code.

interpreter is a computer program that is used to directly execute program


instructions written using one of the many high-level programming languages.

A debugger is a software program used to test and find bugs (errors) in other
programs.

compiler is a special program that processes statements written in a particular


programming language and turns them into machine language or "code"

8085 architecture - It is an 8-bit microprocessor designed by Intel in 1977 using


NMOS technology.

interrupt is a signal emitted by hardware or software when a process or an event


needs immediate attention

Registers are a type of computer memory used to quickly accept, store, and transfer
data and instructions that are being used immediately by the CPU.

It is an 8-bit register having five 1-bit flip-flops, which holds either 0 or 1


depending upon the result stored in the accumulator.

A stack pointer is a small register that stores the address of the last program
request in a stack.

An arithmetic logic unit (ALU) is a digital circuit used to perform arithmetic and
logic operations.

control unit (CU) is a component of a computer's central processing unit (CPU) that
directs the operation of the processor.

It is an 8-bit register used to perform arithmetic, logical, I/O & LOAD/STORE


operations.

program counter (PC) is a register that manages the memory address of the
instruction to be executed next.

You might also like