JMP              JMP to a METHOD procedure                          Extension

JMP instance_ptr METHOD [object_name:] method_name
[USES [segreg:]offsreg]

Functions exactly like CALL..METHOD except that it generates a JMP
instead of a CALL and it cleans up the stack if there are LOCAL or
USES variables on the stack. Use primarily for tail recursion.