; ; FILE: callque.ips ; PURPOSE: To allow a main program which can call subroutines so that ; a control file can use the IP subroutines. ; METHOD: The control file will patch the address in the queue memory ; and then execute the callque program. ; SAMPLE: ; tcblock mbipmacl 0x0FF1 0x???? ; tcblock mbipldin 0x152 0x0FF0 ; where 0x0FF0 is the location of the callque program and ; ???? is the address of the subroutine to be called. ; HISTORY: Written 10-Jan-96 by M.Morrison ; QPROG_CALLQUE:: CALLQUE 0x0000 ;contents to be patched by ground control file END