TASM32 Patch
==============
This patch will bring TASM 5.0 up to patch level 5.0r. TD32 also needs
to be patched in combination with TASM 5.0. Before applying the
patch, verify that you have TASM32 version 5.0 by typing:
TASM32
If the version reported on the first line is not:
Turbo Assembler Version 5.0, this patch will not work.
If the version reported is 5.0, then proceed with the steps below.
Copy the following files to the directory that contains TASM32.EXE and
TD32.EXE:
patch.exe
tasm32.rtp
td32.rtp
Type:
patch tasm32
patch td32
After the patch is applied verify that the version is: Turbo Assembler Version 5.0r by typing:
TASM32
You may now remove the files patch.exe, tasm32.rtp, and td32.rtp.