Copyright Digital Equipment Corp. All rights reserved.

.JSB_ENTRY

   Declares the entry point of a JSB routine to the compiler. This
   entry declaration will save and restore the full 64 bits of any
   registers (except R0 and R1) that are modified by the routine and
   are not declared as scratch or output. See also .JSB32_ENTRY.

   Format

     .JSB_ENTRY  [input] [,output] [,scratch] [,preserve]
 


Additional information available:

Parameters