What is 31-bit addressing on a mainframe?
31 bit addressing is a way of accessing the virtual memory. Based on the memory available the bit in the address can change. Or viceversa. for 31 bit the memory available is gb and for 24 bit its 16mb.
What is bit handling instructions in microprocessor and micro controllers?
Microprocessor has only one bit Handling instruction.
It can control only one bit.
Where has when it comes to Micro-controller it has maximum Bit handling instructions.
Example: SETB P1.3 - > Setting Pin3 of port 1
How the Intel give number to their 8085 and 8086 microprocessor?
Intel named the 8085 after the 8080. The 5 means it runs on a single +5V power supply, as opposed to the 8080 which needed +5V, -5V, and +12V. The predecessors of the 8085 were the 8080, 8008, 4040, and 4004.
Intel named the 8086/8088 after the 8085. It was considered the logical continuation of the 8085 family, but as a true 16-bit processor. The 8086 is a 16-bit computer running on a 16-bit bus. The 8088 is the same 16-bit computer, but it runs on an 8-bit bus, and it was the heart of the first IBM PC.
What is a timing device that sets the pace for executing instructions?
The timing device used in microprocessors that sets the pace for executing instructions is called the clock. Often, it is a crystal oscillator.
What is the song in Intel Pentium processor commercial?
In the 2011 commercial for Intel Pentium processor commercial it is the song "Settler" by the group Balmorhea.
Catch my disease by Ben Lee is from a Dell commercial a few years ago.
What is difference between INR and INX instruction?
INR increment the content of register/memory by 1and result is stored in same place.
INX increment the register pair by 1(no flags are affected)
What is a chain register on ship?
It contains certificate of test annealing and all report of inspection and examination before the gears are put in use.
It is a blue colour booklet called form-99
It is divided into 4 parts,
Part 1: It is for the entries of 4 yearly examination and annual examination of derricks and permanent attachment.
Part 2: It is for the entries of annual inspection of winches and gears, the derricks and its attachments.
Part 3: It is for the entries of examination of gears exempted from annealing.
Part 4: Record of annealing.
Where can one search Asic Company registers?
The Australian Securities and Investments Commission (ASIC) has a company register that you can search on the Australian government website. This register details company information to you for free and also provides you with information on financial service providers, unclaimed money and auditors and liquidators.
What are counters and time delays in 8085 microprocessor?
1.A counter is designed simply by loading an appropriate number into one of the registers and using INR(increment by 1) & DCR(decrement by 1) instructions.
2.A loop is established to update the count,and each count is checked to determine whether it has reached the final number or not.if not then the loop is again repeated.
3.These counters have 1 drawback.i.e.counting is performed at such high speed that only the last count can be observed.to observe counting there must be a proper time delay between counts.
State the function of the individual bits of Condition Code Registr?
State the function of the individual bits of Condition Code Registr?
How is an instruction fetched from memory into CPU in the 8085 microprocessor?
An instruction fetch in the 8085 is similar to an operand fetch...
During T1, ALE pulses high for one half cycle. On the falling edge, external logic is expected to strobe the AD0-AD7 lines to form the A0-A7 lines. A8-A15, IO/M-, S0, and S1 are also presented, but they stay valid after ALE. S0 is high for opcode fetch, and low for operand fetch. RD- goes true (low) at the end of T1.
If READY is false at the end of T1, TWAIT is entered, and all lines are persisted, with TWAIT repeated as necessary until READY is true.
At the end of T2, the CPU strobes the data presented on AD0-AD7 by external logic.
At the midpoint of T3, RD- goes false (high) and the external logic must stop driving AD0-AD7.
T4 is used to decode and process the opcode. External logic does nothing, since there is no ALE.
If the opcode requires extra data, such as immediate data or an address, T1, TWAIT, T2, and T3 are repeated to fetch the additional bytes, although S0 is low during these cycles.
Explain the classification of the instruction set of 8085 microprocessor with suitable examples?
1.DATA TRANSFER INSTRUCTIONS
The DATA TRANSFER INSTRUCTIONS are those, which transfers the DATA from any one source to any one destination.The datas may be of any type. They are again classified into four groups.They are:
GENERAL - PURPOSE BYTE OR WORD TRANSFER INSTRUCTIONS
SIMPLE INPUT AND OUTPUT PORT TRANSFER INSTRUCTION
SPECIAL ADDRESS TRANSFER INSTRUCTION
FLAG TRANSFER INSTRUCTIONS
MOV
PUSH
POP
XCHG
XLAT
IN
OUT
LEA
LDS
LES
LAHF
SAHF
PUSHF
POPF
2.ARITHMETIC INSTRUCTIONS
These instructions are those which are useful to perform Arithmetic calculations, such as addition, subtraction, multiplication and division.They are again classified into four groups.They are:
ADDITION INSTRUCTIONS
SUBTRACTION INSTRUCTIONS
MULTIPLICATION INSTRUCTIONS
DIVISION INSTRUCTIONS
ADD
ADC
INC
AAA
DAA
SUB
SBB
DEC
NEG
CMP
AAS
DAS
MUL
IMUL
AAM
DIV
IDIV
AAD
CBW
CWD
3.BIT MANIPULATION INSTRUCTIONS
These instructions are used to perform Bit wise operations.
LOGICAL INSTRUCTIONS
SHIFT INSTRUCTIONS
ROTATE INSTRUCTIONS
NOT
AND
OR
XOR
TEST
SHL / SAL
SHR
SAR
ROL
ROR
RCL
RCR
4. STRING INSTRUCTIONS
The string instructions function easily on blocks of memory.They are user friendly instructions, which help for easy program writing and execution. They can speed up the manipulating code.They are useful in array handling, tables and records.
STRING INSTRUCTIONS
REP
REPE / REPZ
REPNE / REPNZ
MOVS / MOVSB / MOVSW
COMPS / COMPSB / COMPSW
SCAS / SCASB / SCASW
LODS / LODSB / LODSW
STOS / STOSB / STOSW
5.PROGRAM EXECUTION TRANSFER INSTRUCTIONS
These instructions transfer the program control from one address to other address. ( Not in a sequence). They are again classified into four groups.They are:
UNCONDITIONAL TRANSFER INSTRUCTIONS
CONDITIONAL TRANSFER INSTRUCTIONS
ITERATION CONTROL INSTRUCTIONS
INTERRUPT INSTRUCTIONS
CALL
RET
JMP
JA / JNBE
JAE / JNB
JB / JNAE
JBE / JNA
JC
JE / JZ
JG / JNLE
JGE / JNL
JL / JNGE
JLE / JNG
JNC
JNE / JNZ
JNO
JNP / JPO
JNS
JO
JP / JPE
JS
LOOP
LOOPE / LOOPZ
LOOPNE / LOOPNZ
JCXZ
INT
INTO
IRET
6.PROCESS CONTROL INSTRUCTIONS
These instructions are used to change the process of the Microprocessor. They change the process with the stored information. They are again classified into Two groups.They are:
FLAG SET / CLEAR INSTRUCTIONS
EXTERNAL HARDWARE SYNCHRONIZATION INSTRUCTIONS
STC
CLC
CMC
STD
CLD
STI
CLI
HLT
WAIT
ESC
LOCK
NOP
How many addressing techniques are there in Excel?
There are 3 types of cell addressing or cell referencing mechanisms in Excel. They are relative, mixed and absolute.
Why accumulator is called a special register?
Accumulator contains one of the operand for any operation which is performed by the ALU.The result of the operation is stored in the Accumulator. thus it is a special register
At a crystal frequency of 6MHz, the 8085 microprocessor has a clock frequency of 3MHz, or a period of 333 nanoseconds. The NOP instruction requires four clock cycles, three to fetch and one to execute, so the NOP instruction with a crystal frequency of 6MHz would take 1.333 microseconds to fetch and execute.
This does not include wait states, each of which would add 0.333 microseconds to the timing.
What is the speed in terms of Mhz of a clock period of 1 ns?
A clock with a period of 1 ns has a frequency of 1 GHz, or 1000 MHz.
What happens when instruction are not followed?
It will lead to failures,disorders,chaos,waste and anarchy in action.
Whom does the poet address in these lines from the excerpt?
There is insufficient information in the question to answer it. You did not provide "these lines". Please restate the question.
What are the uses of Auxiliary Carry flag?
The Auxiliary Carry flag of the Intel 8085 is used to store the carry/borrow from the least significant 4 bits of an 8 bit arithmetic operation. This bit (and the Carry flag from the most significant 4 bits) is needed by the Decimal Adjust Accumulator instruction to convert the result of the 8 bit arithmetic operation to correct 2 digit Binary Coded Decimal format.
The 8088 is an 8 bit bus implementation of an 8086, which is a 16 bit processor. The reason for providing the 8088 variant is simply to minimize the hardware cost and complexity of designing a system to use the 8088. This is the approach used for the first IBM PC. Some implementations, such as the Tandy 1000SX, used the 80186, a highly integrated version of the 8086, in a 16 bit bus configuration. Later versions, in order to increase performance, went ahead and provided 32, 64 and 128 bit bus implementations of advanced processors.
And, no, the 8086 is not a multiprocessing computer. It is a single processor. Intel did not get into multiprocessing until the Xeon and the Pentium IV.