Skip to content

Instantly share code, notes, and snippets.

@gnuvince
Created March 23, 2012 00:46
Show Gist options
  • Select an option

  • Save gnuvince/2165868 to your computer and use it in GitHub Desktop.

Select an option

Save gnuvince/2165868 to your computer and use it in GitHub Desktop.
.text
_main:
cmp %ebx, %ecx
mov $1, %eax
je equal
mov $0, %eax
equal:
ret
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment