Thread: Buy Icon Fix
View Single Post
SpawnerF
Member
Join Date: Apr 2017
Location: Morocco
Old 07-10-2017 , 10:30   Re: Buy Icon Fix
Reply With Quote #10

Quote:
Originally Posted by HamletEagle View Post
-snip-
How did you manage to get this output?

I mean adding argument -a gave me :

Code:
CODE	; 0
;program exit point
	halt 0
dump 74 65 73 74 0 

CODE	; 8
	proc	; plugin_init
	break	; c
	break	; 10
	push.c 0
	;$par
	push.c 4
	call my_func1
	;$exp
	break	; 2c
	push.c 0
	;$par
	push.c 4
	call my_func2
	;$exp
	zero.pri
	retn

	proc	; my_func1
	break	; 54
	;$lcl string c
	zero.pri
	retn

	proc	; my_func2
	break	; 64
	;$lcl string c
	zero.pri
	retn


STKSIZE 1000
I want it more clean
__________________
XX was created just for giving evidence and not meant to damage public servers.
&We do not test on public servers.
Thank's.
SpawnerF is offline