Examples of using Next instruction in English and their translations into Vietnamese
{-}
-
Colloquial
-
Ecclesiastic
-
Computer
Register can be read by the next instruction.
The next instruction i2d converts it to a double by applying widening conversion.
But will execute the next instruction below JNC.
Their eager eyes looking up at me waiting for the next instruction.
Step 2: The next instruction you will see is to insert the disc that came with your wireless network adapter.
If the result is 0, then the next instruction is executed.
Professor jots down the results on the paper and coolly gives me my next instruction.
The IP will always point to the next instruction to be executed.
When you want it to stop, it again pauses and hovers,waiting for your next instruction.
If the result is 0, then the next instruction is executed.
The next instruction pushes a double constant 2.0d(taken from the constant pool) onto the operand stack.
You should use factor_survey_vector in the next instruction.
After the execution of an instruction, the entire process repeats, with the next instruction cycle normally fetching the next-in-sequence instruction because of the incremented value in the program counter.
If you see the popup as shown below,tap on SETTINGS and follow next instructions.
The counter indicates the address of the next instruction to be executed for this process.
If you want to use this vesion,just make sure you follow the next instructions.
Once that occurs, the control unit goes to the next instruction(typically located in the next slot(memory address),unless the instruction is a jump instruction informing the computer that the next instruction is located in another location).
The EIP register always contains the address of the next instruction to be executed.
Once this occurs, the control unit goes to the next instruction(typically located at the following location,unless the instruction is a jump instruction informing the computer that the next instruction will be located in another position in the memory).
The PC length is then increased to reference the next instruction's address.
In the OP's code, the first time when the conditional, the branch predictor does not have any information to base up prediction,so the first time it will randomly choose the next instruction.
Returning the shipment to origin or waiting for next instructions from shipper or.
For example, a function to read a file may start reading a file andreturn the control to the execution environment immediately so that the next instruction can be executed.
When the SLEEP instruction is being executed, the next instruction(PC+ 2) is prefetched.
Typical sorts of instructions supported by most computers are"copy the contents of cell 123, and place the copy in cell 456","add the contents of cell 666 to cell 042, and place the result in cell 013",and"if the contents of cell 999 are 0, your next instruction is at cell 345".
Jump to another location, but save the location of the next instruction as a point to return to(a call).
A program is a passive entity, such as a file containing a list of instructions stored on disk(often called an executable file), whereas a process is an active entity,with a program counter specifying the next instruction to execute and a set of associated resources.
The instructions are executed, the results are stored, and the next instruction is fetched.
The EIP(Extended Instruction Pointer) contains the address of the the next instruction to be processed.
A program counter is a specialized register that indicates the position of the CPU in its instruction sequence and which holds either the address of the instruction being executed orthe address of the next instruction to be executed, depending on the specific system.