ÖQL80RST ASM\×L80RST DOCn?ÿ ;PATCH FOR L80 V 3.44 TO ELIMINATE DISK SYSTEM RESETS ; PUSH PSW ; MVI C,13 ORG 02D4H NOP ;PREVIOUSLY CALL BDOS NOP NOP END  L80RST.ASM L80RST is a patch for Microsoft L80 Version 3.44. L80 does a disk system reset for each command typed. This permits disks to be changed in the middle of a link in case all the files being linked aren't on the same disk, but it also takes a lot of time. If you never swap disks during a link then eliminating these disk system resets makes L80 run almost twice as fast (when linking small modules). L80RST eliminates the disk system resets.