Skip to content

Instantly share code, notes, and snippets.

@nickjacob
Created October 22, 2012 01:54
Show Gist options
  • Save nickjacob/3929234 to your computer and use it in GitHub Desktop.
Save nickjacob/3929234 to your computer and use it in GitHub Desktop.
Orgasm on 32-bit x86 Arch
# Lusty Data
# A Computer Orgasm
# @author nickjacob
#
.excitement
movl $1, %eax
.rising
cmpl $0, %eax
je .climax
shll %eax
movl %eax, %ebx
movl %ebx, %edx
movl %edx, %esi
movl %esi, %edi
jmp .rising
.climax
xchgw %al, %ah
notl %eax
cmpl $0, %eax
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment