Skip to content

Instantly share code, notes, and snippets.

@tuttlem
Created November 30, 2012 12:41
Show Gist options
  • Save tuttlem/4175531 to your computer and use it in GitHub Desktop.
Save tuttlem/4175531 to your computer and use it in GitHub Desktop.
plasma - move
move_plasma:
mov al, phase_1
add al, 2
mov phase_1, al
mov al, phase_2
add al, 1
mov phase_2, al
mov al, phase_3
sub al, 1
mov phase_3, al
mov al, phase_4
add al, 2
mov phase_4, al
ret
@rachidgrayir
Copy link

What is the result?
C'est quoi le résultat?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment