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


Why must use programs be prohibited from writing to the memory locations containing the interrupt vector?

Use programs must be prohibited from writing to the memory locations containing the interrupt vector to maintain system stability and security. The interrupt vector is critical for handling hardware and software interrupts, and any unauthorized changes could lead to unpredictable behavior, crashes, or vulnerabilities that could be exploited by malicious software. Protecting these memory locations ensures that the operating system can reliably manage interrupts and maintain control over the system's response to events.


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.


WHAT are vectored interrupts and their call locations?

Vectored interrupts are a mechanism used in computer systems where each interrupt is assigned a unique vector, or address, that points to a specific interrupt service routine (ISR). When an interrupt occurs, the processor uses the vector to quickly locate the corresponding ISR in memory, allowing for efficient handling of the interrupt. This method speeds up the interrupt handling process by eliminating the need for the processor to search through a table of ISRs. Call locations for these vectors are typically defined in a specific area of memory, often known as the interrupt vector table.


How many interrupts in?

it has 256 interrupts ..