I think the other listing is not the ASM listing code you gave above...I wrote:In the other listing, you add(because PS0=8)Code: Select all
extrn _MyAddition@8
So, please remove this line in it...
Code: Select all
extrn _Procedure0@8
And please decide: All is _Procedure0 or all is _MyAddition, or all is an other name but keep it because else all will be false...
Thank you