| ??? 01/04/04 21:41 Read: times |
#61919 - RE: Pointer vs Reference Responding to: ???'s previous message |
thats what i said earlier
for larger variables however, either use a pointer, which is useful if the function intends to return the result (effectively modify the variable contents) but then you can even have two registers to pass 16 bit data. and if it is a global variable, then you dont even need to pass anything, the function can implicitely assume the address of the variable and work on them. that will save some linkage code and a few cycles girish |



