diff options
author | Emile <git@emile.space> | 2024-11-08 11:39:04 +0100 |
---|---|---|
committer | Emile <git@emile.space> | 2024-11-08 11:39:04 +0100 |
commit | c685cc8f25adc5b2b72e4bda185fef7ec8dd6592 (patch) | |
tree | cf7e9d91eb5219349aec81b29f043b5d72d08af8 /bots/pancake.x86-32.asm | |
parent | 8ffae39cd303d487cf20177fab2f7b9aa29f1d77 (diff) |
push all, yolo
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 |