|
The EVAL operation (and CALLP) are optional within a free-format block. However, the opcodes MUST be coded if an opcode extender (e.g. H half-adjust) is coded. Please note that blanks are NOT permitted between the opcode and the extender within a free-format block. /Free Eval X = Y; // This is OK Eval(h) X = Y; // This is OK X = Y; // This is OK Eval (h) X = Y: // This is NOT OK CallP Proto(X); // This is OK CallP(e) Proto(X); // This is OK Proto(X); // This is OK CallP (e) Proto(X); // This is NOT OK /End-Free Brian Parkins
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.