[Coco] CCASM procedures

KnudsenMJ at aol.com KnudsenMJ at aol.com
Fri Dec 10 19:44:18 EST 2004


 
In a message dated 12/10/04 2:44:01 PM Eastern Standard Time,  
rtaylor at bayou.com writes:

>You  DO want to allow for global variables, as part of the  procedure's
>environment.

I'm working on all of this.   Ofcourse, you can always pass in a global 
variable by reference and let  the procedure change it.




Good.  If you have to pass as an argument, every global that a proc  
references, the args list gets pretty long, and the code is slower.
 
Direct Page is the best place for heavily referenced globals, speed and  
sizewise.  Of course you already know that, just mentioning it for those  new to 
the 6809.  --Mike K.
 
 



More information about the Coco mailing list