Exemplos de uso de Next instruction em Inglês e suas traduções para o Português
{-}
-
Colloquial
-
Official
-
Medicine
-
Financial
-
Ecclesiastic
-
Ecclesiastic
-
Computer
-
Official/political
When I have mv next instructions.
This program will recognize your device and show you the next instruction.
Ready for my next instruction, Master Qui-Gon.
To check that everything is ok,we run next instruction.
Follow the next instructions to upgrade your calculator.
All three of you will get your next instructions from Quentin.
Heidi's next instructions were:"Repay subject's kindness by buying drink.
If she gets stuck on a step,then there is a long pause before the next instruction.
The next instructions you're gonna get are on the burner, so… stay close to it.
The program counter stores the memory address of the next instruction to be executed.
Our next instruction tells how to draw a Chinese dragon for older children.
The Program Counter holds the address of the next instruction the Little Man will carry out.
The next instruction is that one should put on flower garlands that are offered to the Deity.
The instruction pointer points to the next instruction in the process that will be executed.
Continue" next instruction in the function or exec files is executed, current instruction is ignored.
Intel eventually cleared up the confusion and reserved the SSE4 name for their next instruction set extension.
Tells the debugger to execute the next instruction in the script, without stepping into functions or inclusions.
The code in a procedure willnot be performed automatically, you have to write a'procedure call' every time you want to perform the instructions in the definition See next instruction.
Tells the debugger to execute the next instruction in the script, stepping into functions or inclusions if possible.
This also needs to be taken into account for calculating displacements,since the offset will be added to the program counter which will be still pointing to the location of the displacement and not the next instruction.
As we have seen before, the stack holds the address of the next instruction to be executed aka return address.
As I was waiting for the next instruction, I began to search the web to find additional patterns for mandalas when I came across Wink's patterns.
Subtract and branch if negative===The subneg instruction("SUbtract and Branch if NEGative"), also called SBN, is defined similarly to subleq:Conditional branching can be suppressed by setting the third operand equal to the address of the next instruction in sequence.
Tells the debugger to skip the next instruction and proceed to the next one as if the current one did n't exist.
The subneg instruction("subtract and branch if negative"), also called SBN, is defined similarly to subleq: subneg a, b, c; Mem Mem- Mem; if(Mem< 0)goto c Conditional branching can be suppressed by setting the third operand equal to the address of the next instruction in sequence.
Finally, the instruction pointer(IP)points to the next instruction that will be fetched from memory and then executed; this register cannot be directly accessed(read or written) by a program.
However, like the Minsky(1961) model,the Lambek model does execute its instructions in a default-sequential manner-both X+ and X- carry the identifier of the next instruction, and X- also carries the jump-to instruction if the zero-test is successful.
Each instruction consists of three or four symbols:(1) an identifying label/number,(2)an operation,(3) next instruction ji; however, if the instruction is of type(e) and the determination is"yes" THEN instruction ji' ELSE if it is"no" instruction ji.
The subleq instruction("subtract and branch if less than or equal to zero") subtracts the contents at address a from the contents at address b, stores the result at address b, and then, if the result is not positive, transfers control to address c ifthe result is positive, execution proceeds to the next instruction in sequence.
Some instructions, such as the B(branch) instruction, only used the P Address, and later smart assemblers included a"B7" instruction that generated a 7-digit branch instruction op code, P address, andone extra digit because the next instruction had to start on an even-numbered digit.