您要查找的是不是:
- In computer programming, a jump instruction. 计算机程序设计中的一种跳转指令。建议使用jump。
- jump instruction address 转移指令地址
- If we load this known address, as data, into the program counter, we execute a jump instruction. 如果我们将已知的地址依数据加载到程序计数器中,就可以执行一条转移指令。
- The target of the jump instruction itself may be hidden by computing its address in a register and using an indirect jump instruction to transfer control to the address in that register . 可能通过在某个寄存器中计算目标地址、且使用间接跳转指令把控制传给该寄存器中的地址,把跳转指令本身的目标隐藏起来。
- The second line of assembler is a jump instruction that jumps1 byte forward. 第二行代码是一条向前跳1个字节的跳转指令。
- To intervene manually in a routine and cause the computer to execute a jump instruction. 在程序运行过程中,进行人工中断或干预,使计算机执行一条转移指令。
- An instruction address in which the address part of the instruction is the operand. 一种指令地址,该指令的地址部分是操作数。同immediate address。
- The linear sweep method can be fooled by introducing garbage data immediately after an unconditional jump instruction. 通过在一条无条件跳转指令之后立即插入无用数据,能够欺骗线性扫描方法。
- Instruction address The address that contains the location of another which is to be referred to. 指令地址标记的位置,是另一个需要引用的地址。
- But a program is not invariably executed sequentially; it may jump around (e.g., the IAS jump instruction). 但是程序不会总是顺序地执行,它可以跳转(如IAS跳转指令)。
- The second line of assembler is a jump instruction that jumps 1 byte forward. 第二行代码是一条向前跳1个字节的跳转指令。
- The recursive traversal method can be fooled by placing garbage data after a conditional jump instruction and programmatically ensuring that the jump condition always succeeds. 通过在一个有条件跳转指令之后放置无用数据、且有规划地确保跳转条件总是跳转成功,能够欺骗递归遍历方法。
- For a conditional jump instruction, a short jump (one-byte opcode followed by a one-byte displacement) is generated if the distance to the target label is -128 to 127 bytes. 对于条件转换,如果到目标标号的记录在 -128到127个字节之间,那么将产生一个短的跳转(一个字节的操作码后面跟随一个字节的偏移量)。
- The instructions of MD16 are designed for digital process, which have rich instruction address mode and instruction operation. MD16的指令针对数据处理领域而设计,具有丰富的指令寻址模式和指令操作,可进行大量的、实时的数据算术运算。
- To throw the disassembly off, the garbage data may be crafted so that it matches a valid instruction, thus beating a heuristic that validates the instruction after the jump instruction. 为了使反汇编陷入窘境,无用数据可能是由手工打造以便让它匹配某个有效指令;以此挫败启发式验证跳转指令之后的指令是否有效。
- The CFG generation process can also be attacked by obfuscating the assembly code such that one cannot determine the correct target of a jump instruction, such as using a jump through register. 攻击CFG生成进程也可以是通过混淆汇编代码以致它不能够正确地确定跳转指令的目标,比如使用寄存器指示跳转目标。
- Code instructions address data using the virtual address; the Memory Management Unit (MMU) is responsible for the translation of the virtual address to the physical RAM address. 代码指令使用了虚拟的地址;内存管理单元(MMU)负责把虚地址转换成实际的物理RAM地址。
- This automatic jump sizing applies to the unconditional jump instruction (JMP), and to all conditional jump instructions when the target is a label (not a procedure or function). 这种自动调整适用于无条件的跳转指令(JMP),以及所有目标是标号(不是一个过程或函数)的条件跳转指令。
- The name and address of the firm are embossed on its paper. 商号的名字和地址凸印在信笺上。
- unconditional jump instruction debug 无条件转移指令排错
