[comp.lang.asm370] Calling DVMUSI from an Assembly program

@rice.edu:PROHVK05@TREARN.BITNET (Bahri Bora BALI AG) (09/08/89)

Hi.
We have a problem in calling DVMUSI Module from an assembly program.
The problem is as follows:
   1. To call DVMUSI from an EXEC (REXX) does not create any problem.
   2. To call that EXEC from an assemble program creates problems on
      exit from DVMUSI and EXEC. DVMUSI terminates normally, EXEC
      program also terminates normally but after the call in the
      assembly program it terminates in an unpredictable way. It
      either says 'Operation exception ..' or 'Protection exception ..'
      or 'Specification exception ..'. In an address which does not
      contain any assembly instruction of our program as we can see.

Help needed urgently ! Thanx in advance to all who wants to help..

+---------------------------------+-------------------------------------+
| Bahri Bora BALI                 |                                     |
| Ali AVCI                        |                                     |
| Ege University, Computer Center | e-Mail : PROHVK05@TREARN.BITNET     |
| Izmir / Turkey                  |          PROHVK13@TREARN.BITNET     |
+---------------------------------+-------------------------------------+

WTS@MAINE.BITNET (Wayne Smith) (09/11/89)

Your program and DVMUSI are probably fighting for the same area of
storage.  The DVMUSI on our system is a non-relocatable user area
module.  Depending on you release of CMS, you want to make your
program reside elsewhere (make it relocatable or nucxloadable &
nucxload it).