X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f From: "Glaux" Newsgroups: comp.os.msdos.djgpp Subject: Re: still no support/alternative to __attribute__((naked)) ? Date: 1 Mar 2007 12:33:26 -0800 Organization: http://groups.google.com Lines: 7 Message-ID: <1172781205.878725.126010@8g2000cwh.googlegroups.com> References: <1172695353 DOT 457041 DOT 104610 AT h3g2000cwc DOT googlegroups DOT com> NNTP-Posting-Host: 89.176.103.125 Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" X-Trace: posting.google.com 1172781214 27201 127.0.0.1 (1 Mar 2007 20:33:34 GMT) X-Complaints-To: groups-abuse AT google DOT com NNTP-Posting-Date: Thu, 1 Mar 2007 20:33:34 +0000 (UTC) In-Reply-To: User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.7.13) Gecko/20060414,gzip(gfe),gzip(gfe) Complaints-To: groups-abuse AT google DOT com Injection-Info: 8g2000cwh.googlegroups.com; posting-host=89.176.103.125; posting-account=79KgoA0AAADKuOLK3k0Y3qVqk-KGfm77 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk Thanks, seems to be good idea I'' try it. To be more specific, I don't need exactly a function but a piece of code which I can reference directly - it will be far called. So just need a pointer. If I exactly know how many bytes the function prologue takes then I would simply add this number to the function pointer and call it. Then I need use retf (epilogue code stays unused)