Examples of using Next instruction in English and their translations into Japanese
{-}
-
Colloquial
-
Ecclesiastic
-
Computer
-
Programming
And what's the next instruction?
The NEXT instruction should be placed at the end of the process.
What are your next instructions?".
NEXT instructions, this product determines the conditional statement first.
Awaiting the next instruction.
The next instruction step is very easy and there is not anything new for you.
I stand quietly awaiting my next instruction.
The execution of the next instruction is delayed for an implementation-specific amount of time.
The PC is incremented so that it points to the next instruction.
While I waited for my next instructions from my superiors I went to my quarters, under escort of several heavily armed MPs.
If the result of this operation is zero, the next instruction is skipped.
If the next instruction is'u', the instruction is executed and all the locks currently kept by the thread are released.
Increment PC to point to the adress of the next instruction.
If the next instruction is a digit k and the lock Lk is already kept by some thread, the instruction k is not executed.
Program Counter points to the next instruction to be executed.
When Parameter1 is ADD, SUB, of SET,then the process moves to the next instruction.
The chosen thread tries to execute the next instruction that is not executed yet.
In early designs the entireCPU would carry out all of the steps above before moving onto the next instruction.
If the next instruction is a digit k and the lock Lk is not kept by any thread, the thread executes the instruction k and acquires Lk.
Program Counter(PC): Holds the address of the next instruction to be fetched.
In RC, after firing the weapon until the next bullet is possible firing,it did not transition from ATTACK instruction to the next instruction.
If you do not open thebox after the timer is a new attempt to the next instruction is not know also recorded this time.
Typical sorts of instructions supported by most computers are"copy the contents of cell 5 and place the copy in cell 10","add the contents of cell 7 to the contents of cell 13 and place the result in cell 20","if thecontents of cell 999 are 0, the next instruction is at cell 30".
As in the figure below, to indicate that the debugger will stop at the next instruction, but doesn't have anywhere to stop yet.
With the current standard CPU, it is possible to issue more than 100 instructions before reading data from the main memory to the register, but since there is a possibility that consistency can not be obtained unless instructions are executed in order,it will wait until it reads data to be used for the next instruction or instruction itself.
A CPU can have one or more physical cores. Additionally,a CPU is able to access the next instructions quickly by pre-loading data on its cache memory.
PC(program counter): Holds the memory address of the next instruction to be executed.
After you use the weapon, and stop time has elapsed,processing switches to the next instruction block, still at this time, it does not end reload the weapon that was used.
When the exception occurs, you can now view the source line being executed, examine current variable values,execute the next instruction, and so on to help you better understand that part of your program.