From c685cc8f25adc5b2b72e4bda185fef7ec8dd6592 Mon Sep 17 00:00:00 2001 From: Emile Date: Fri, 8 Nov 2024 11:39:04 +0100 Subject: push all, yolo --- bots/pancake.x86-32.asm | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 bots/pancake.x86-32.asm (limited to 'bots/pancake.x86-32.asm') 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 -- cgit 1.4.1