Skip to content

Latest commit

 

History

History
11 lines (11 loc) · 258 Bytes

File metadata and controls

11 lines (11 loc) · 258 Bytes

Definition

A series of nop instructions used to capture any jump to the sled of instructions, and allow the program counter to descend the sled to some code.

nop
nop
nop  <- jumping to any instruction on the sled leads to <code>
nop
nop
nop
<code>