diff options
Diffstat (limited to 'bots/pancake.x86-32.asm')
-rw-r--r-- | bots/pancake.x86-32.asm | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/bots/pancake.x86-32.asm b/bots/pancake.x86-32.asm new file mode 100644 index 0000000..25eda04 --- /dev/null +++ b/bots/pancake.x86-32.asm @@ -0,0 +1,7 @@ +call rest +rest: + pop esp +rep: + add esp, 64 + pusha + jmp rep |