Your IP : 216.73.216.48


Current Path : /usr/lib64/bcc/
Upload File :
Current File : //usr/lib64/bcc/rules.186

# Enter and leave ...

mov	sp,bp
pop	bp
=
leave

push	bp
mov	bp,sp
add	sp,#-%1
=
enter	%1,0

push	bp
mov	bp,sp
dec	sp
dec	sp
=
enter	2,0

mov	ax,#%1
push	ax
=
push	#%1

mov	bx,#%1
push	bx
=
push	#%1

mov	ax,*%1
push	ax
=
push	*%1

mov	bx,*%1
push	bx
=
push	*%1