Created
March 16, 2010 23:16
-
-
Save MSch/334655 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.text | |
.globl _asma | |
_asma: | |
LFB2: | |
pushq %rbp | |
LCFI0: | |
movq %rsp, %rbp | |
LCFI1: | |
movl $0, %ecx | |
L2: | |
movzbl (%rcx,%rdi), %edx | |
leal -65(%rdx), %eax | |
cmpb $26, %al | |
sbbl %eax, %eax | |
andl $32, %eax | |
addl %edx, %eax | |
movb %al, (%rcx,%rdi) | |
incq %rcx | |
cmpq $16, %rcx | |
jne L2 | |
movq %rdi, %rax | |
leave | |
ret | |
LFE2: | |
.section __TEXT,__eh_frame,coalesced,no_toc+strip_static_syms+live_support | |
EH_frame1: | |
.set L$set$0,LECIE1-LSCIE1 | |
.long L$set$0 | |
LSCIE1: | |
.long 0x0 | |
.byte 0x1 | |
.ascii "zR\0" | |
.byte 0x1 | |
.byte 0x78 | |
.byte 0x10 | |
.byte 0x1 | |
.byte 0x10 | |
.byte 0xc | |
.byte 0x7 | |
.byte 0x8 | |
.byte 0x90 | |
.byte 0x1 | |
.align 3 | |
LECIE1: | |
.globl _asma.eh | |
_asma.eh: | |
LSFDE1: | |
.set L$set$1,LEFDE1-LASFDE1 | |
.long L$set$1 | |
LASFDE1: | |
.long LASFDE1-EH_frame1 | |
.quad LFB2-. | |
.set L$set$2,LFE2-LFB2 | |
.quad L$set$2 | |
.byte 0x0 | |
.byte 0x4 | |
.set L$set$3,LCFI0-LFB2 | |
.long L$set$3 | |
.byte 0xe | |
.byte 0x10 | |
.byte 0x86 | |
.byte 0x2 | |
.byte 0x4 | |
.set L$set$4,LCFI1-LCFI0 | |
.long L$set$4 | |
.byte 0xd | |
.byte 0x6 | |
.align 3 | |
LEFDE1: | |
.subsections_via_symbols |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment