home *** CD-ROM | disk | FTP | other *** search
/ CP/M / CPM_CDROM.iso / cpm / utils / asmutl / m80str11.lbr / STRUCT.FOR < prev    next >
Text File  |  1988-02-16  |  512b  |  6 lines

  1. This is a macro library for the M80 assembler that implements some structured 
  2. programming constructs such as if.then.else, do.while.enddo, do.until.enddo, 
  3. and switch.case.case.otherwise.endsw. Version 1.10 fixes a bug in the "switch" 
  4. construct that caused bad branches to be generated when multiple switch 
  5. constructs were nested. If you have M80STRUCT.LBR, replace it with this 
  6. (M80STR11.LBR).                                         Al Grabauskas