home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD1.mdf / emulate / systems / pc370 / mac / call.mac < prev    next >
Text File  |  1987-11-03  |  124b  |  6 lines

  1. CALL      MACRO PGM?
  2.           AIF   /&LABEL$$=/ .GO
  3. &LABEL$$ EQU   *
  4. .GO       L     15,=V(&1)
  5.           BALR  14,15
  6.