Created
June 7, 2017 23:06
-
-
Save Subv/351907363ae2857dcb82c4e319a0caa5 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
main: | |
if my_bool: | |
mov r7.xyzw, some_const.xyzw | |
mov o0.xyzw, white.xyzw | |
else: | |
mov o0.xyzw, r7.xyzw | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment