add directory bin
This commit is contained in:
16
bin/old/bash-1.05/alloc-files/i386-alloca.s
Normal file
16
bin/old/bash-1.05/alloc-files/i386-alloca.s
Normal file
@@ -0,0 +1,16 @@
|
||||
.file "alloca.s"
|
||||
.text
|
||||
.align 4
|
||||
.def alloca; .val alloca; .scl 2; .type 044; .endef
|
||||
.globl alloca
|
||||
alloca:
|
||||
popl %edx
|
||||
popl %eax
|
||||
addl $3,%eax
|
||||
andl $0xfffffffc,%eax
|
||||
subl %eax,%esp
|
||||
movl %esp,%eax
|
||||
pushl %eax
|
||||
pushl %edx
|
||||
ret
|
||||
.def alloca; .val .; .scl -1; .endef
|
||||
Reference in New Issue
Block a user