Function Parameter Line?
Is it possible to pass parameters on the call line of a function? Or, do you need to fill register variables before the function call then read those in the function? OR...is there a way other than functions that I can use that accepts call line parameters (like macros or something???) Thanks!