answersLogoWhite

0

i had 2 change what i thought

User Avatar

Wiki User

15y ago

What else can I help you with?

Related Questions

Where will be the actual address of the subroutine is placed for vectored interrupts?

interrupt vector table


What is meant by null vector?

a vector with nothing in it


What is vector and non vector interrupts?

VECTOR INTERRUPT If the interrupt is assigned to any predefined branching address to its ISR it is termed as vector interrupt. NON VECTOR INTERRUPT If the interrupt is not assigned to any predefined branching address to its ISR it is termed as non-vector interrupt. PRIYAKRISH


What is meant by resultant of a vector?

A resultant vector is one vector which can replace all the other vectors and produce the same effect.


What is meant by vector?

It is a measure which has a direction as well as a value.


What is meant by GVF in snake?

It stands for gradient vector flow.


What is the interrupt number in 8085 microprocessor and how to find interrupt's vector address?

The 8085 has five interrupts, INTR, RST5.5, RST6.5, RST7.5, and TRAP. It also has eight software interrupts, RST0, RST1, ..., RST7. The INTR interrupt requires a hardware response that is an opcode. Usually, the opcode is either a CALL instruction, in which case the interrupt vector can go anywhere in memory, or it is an RST instruction, in which case the vector is based on a table in low memory. In the case of RST instructions, either directly or via INTR, or the RSTx.5 interrupts, you simply multiply the interrupt number by 8 to get the vector address. The following table presents the vector addresses for all possible interrupts... RST 0 - 00H RST 1 - 08H RST 2 - 10H RST 3 - 18H RST 4 - 20H TRAP - 24H RST 5 - 28H RST5.5 - 2CH RST 6 - 30H RST 6.5 - 34H RST 7 - 38H RST 7.5 - 3CH


What are the various type of interrupts?

There are three types of interrupts.... 1. internal Interrupts 2. External Interrupts 3. Software Interrupts... read more


What is meant by negative vector?

A negative vector is a vector that has the opposite direction of the original vector but the same magnitude. It is obtained by multiplying the original vector by -1. In other words, if the original vector points in a certain direction, the negative vector points in the exact opposite direction.


How many interrupts in?

it has 256 interrupts ..


What is meant by magnitude of force?

A force is a vector - in two dimensions, you can represent it on paper as an arrow. Such vector/arrows have a size, and a direction. The size is usually called the "magnitude".


What is interrupts and list classes of interrupts in operating system?

An interrupt is an event that alters the sequence in which the processor execute instructions. It is generated by hardware of computer system. Classes of interrupt:- IBM processor has six types of interrupts. * svc interrupt(supervisor call) *input/output interrupts *external interrupts *Restart interrupts *Program check interrupt *Machine check interrupts