Re: [cc65] __fastcall__ & func(void)

Date view Thread view Subject view

From: Marc 'BlackJack' Rintsch (marc_at_rintsch.de)
Date: 2003-01-13 10:56:07


On Monday January 13 2003 10:23, Christian Krüger wrote:

> is there any difference or a advantage declaring
> a function
>
> void __fastcall__ func(void);
>
> instead of
>
> void func(void);
>
> ???
>
> IMHO both declarations should lead to a identical call...

Just try it. Compile it and look at the assembler sources generated by the 
compiler.

Ciao,
	Marc 'BlackJack' Rintsch 
----------------------------------------------------------------------
To unsubscribe from the list send mail to majordomo_at_musoftware.de with
the string "unsubscribe cc65" in the body(!) of the mail.


Date view Thread view Subject view

This archive was generated by hypermail 2.1.3 : 2003-01-13 10:55:33 CET