The text between ASM and END is direct written
to the generated assembler file. Local
variables and prameters of functions are sustituted by there address on
the stack, relativ to EBP. Secondly, there are several keywords.
__SELF gives you access to the actuell class pointer.
__RESULT gives you access to the result of a function.
__OLDEBP gives you access to the frame pointer of the
calling function in nested functions
fnklaemp@cip.ft.uni-erlangen.de
Copyright (c) 1996 by Florian Klaempfl