Guest User

Untitled

a guest
Jul 20th, 2018
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. Inline assembly:
  2. FinalProject:#label for readability
  3. cmpb %dl, %cl
  4. jna end
  5. movl $1, %ebx
  6. xchgb %dl, %cl
  7. end:
Add Comment
Please, Sign In to add comment