hex/memory.fj¶
———- Memory Variables:
Macros¶
hex¶
hex.hex/1— Hexadecimal variable with initial value.hex.hex/0— Hexadecimal variable.hex.vec/2— Hexadecimal vector with initial value.hex.vec/1— Hexadecimal vector.hex.zero/1—hex = 0hex.zero/2—x[:n] = 0hex.mov/2—dst = srchex.mov/3—dst[:n] = src[:n]hex.xor_by/2—hex ^= val (constant)hex.xor_by/3—hex[:n] ^= val (constant)hex.set/2—hex = val (constant)hex.set/3—hex[:n] = val (constant)hex.swap/2—hex1, hex2 = hex2, hex1hex.swap/3—hex1[:n], hex2[:n] = hex2[:n], hex1[:n]