Ready.
This is like jump'ing, but also fills the jump-range with the specified value. Not fully functional in the Beta-0 release.
\f[bits] num fillbyte bitmask for the bits: 0x00ff: fillbyte (Default: 0) 0x0700: numsize-1 (byte/word/dword/qword, or 1..8) 0x0800: negative direction 0xf000: fillmode 0x00: num = go-until offset 0x10: num = count (jump bytes amount) 0x20: num = log2(alignment multiple) 0x30: num = search-until-equal 0x40: num = search-until-not-equal 0x50: num = search-until-and-true 0x60: num = search-until-and-false 0x70: num = search-until-xor-true 0x80: num = search-until-xor-false 0x90: num = search-until-or-true 0xa0: num = search-until-or-false
See also:
FIX elements