Comment by artemonster 10 hours ago Id appreciate more explanations from the power of combined bitflip & goto 1 comment artemonster Reply tomhee 10 hours ago Sure!https://github.com/tomhea/flip-jump/wiki/Learn-FlipJumpThis will let you understand how to implement the very basic "if" in flipjump.I tried to make it as easy for newcomers, but please feel free and update me if something is written complicated.After you understand up to the macros, you can try yourself to understand the xor macro, which most of the library is built based on it: https://github.com/tomhea/flip-jump/blob/fe51448932e78db7d76...
tomhee 10 hours ago Sure!https://github.com/tomhea/flip-jump/wiki/Learn-FlipJumpThis will let you understand how to implement the very basic "if" in flipjump.I tried to make it as easy for newcomers, but please feel free and update me if something is written complicated.After you understand up to the macros, you can try yourself to understand the xor macro, which most of the library is built based on it: https://github.com/tomhea/flip-jump/blob/fe51448932e78db7d76...
Sure!
https://github.com/tomhea/flip-jump/wiki/Learn-FlipJump
This will let you understand how to implement the very basic "if" in flipjump.
I tried to make it as easy for newcomers, but please feel free and update me if something is written complicated.
After you understand up to the macros, you can try yourself to understand the xor macro, which most of the library is built based on it: https://github.com/tomhea/flip-jump/blob/fe51448932e78db7d76...