home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 5 / DATAFILE_PDCD5.iso / utilities / x / x_files / !X-Files / s / rminfo < prev    next >
Encoding:
Text File  |  1994-04-27  |  286 b   |  9 lines

  1. ; Assembler function to give RM base address to C program
  2.  
  3.                 IMPORT          |Image$$RO$$Base|
  4.                 EXPORT          Image_RO_Base
  5.  
  6.                 AREA            Code_Description, DATA, REL
  7. Image_RO_Base   DCD             |Image$$RO$$Base|
  8.                 END
  9.