From: schornak@nospicedham.web.de   
      
   Richmond wrote:   
      
      
   > Bernhard Schornak writes:   
   >   
   >> Is this a single threaded OS? Otherwise, you should create a   
   >> stack frame to separate your code from the previous and next   
   >> executed function (you call some here). All 64 bit OSes have   
   >> a "red zone" for temporary data   
   >   
   > I don't know what all that means. But I am using Linux. And NASM. I did   
   > get this working eventually, so I think it must be OK.   
      
      
   If your function is the only thing running on your machine   
   and it didn't crash, then you shouldn't care about calling   
   conventions, of course.   
      
      
   > [...]   
   >   
   >> Don't know what PWORD() does, but you stack wasn't aligned to a   
   >> paragraph boundry until the execution of the final RET...   
   >   
   > Oh well, all that must be the icing on the cake. I have just to get   
   > things working at the moment. My code is nothing like efficient, but   
   > that is not the point of it.   
      
      
   I will not bother you with suggestions, again. Promised!   
      
      
   Greetings from Augsburg   
      
   Bernhard Schornak   
      
   --- SoupGate-Win32 v1.05   
    * Origin: you cannot sedate... all the things you hate (1:229/2)   
|