[OpenBIOS] Implementing local variable support

Laurent Vivier Laurent at vivier.eu
Tue Jan 5 08:02:48 CET 2010


Le lundi 04 janvier 2010 à 18:34 -0500, G 3 a écrit :
> Hi, I am currently trying to implement local variable support for  
> OpenBIOS. I was just wonder if someone understood this code:
> 
> { ; dpth }
> 
> I understand that the two brackets mean this is a local variable, and  
> dpth is the name of the variable, but what does ; mean in this context?
> 

I think name before ";" are function parameters (from the stack), name
after ";" are local variables.

Regards,
Laurent

-- 
--------------------- laurent at vivier.eu ----------------------
"Tout ce qui est impossible reste à accomplir"    Jules Verne
"Things are only impossible until they're not" Jean-Luc Picard




More information about the OpenBIOS mailing list