Borland Turbo Assembler and Tools 5.0

时间:2015-12-31 04:02:03
【文件属性】:

文件名称:Borland Turbo Assembler and Tools 5.0

文件大小:4.1MB

文件格式:RAR

更新时间:2015-12-31 04:02:03

Borland Turbo Assembler 5.0

All three assemblers are capable of producing both 16- and 32-bit object files, depending on the directives contained in your assembler source files. If you produce a 16-bit object file, then you must use the 16-bit linker (TLINK.EXE) to link your application. If you produce a 32-bit object file, then you must use the 32-bit linker (TLINK32.EXE) to link your application. TASM.EXE is a real-mode assembler, meaning that it is capable of using only the lower 640K of memory addressable by DOS. If you're assembling larger applications, use either TASMX.EXE or TASM32.EXE. Both of these assemblers use the DPMI server to take advantage of extended memory. The biggest difference between the three assemblers is the type of debug information they produce when you assemble your source files with the /zi command-line option. Both TASM.EXE and TASMX.EXE produce only 16-bit debug information. TASM32.EXE produces only 32-bit debug information. If you plan to use Turbo Debugger to debug your assembler application, then you must assemble 16-bit files with either TASM.EXE or TASMX.EXE. To produce 32-bit debug information, then you must assemble your files with TASM32.EXE.


【文件预览】:
tasm5
----TSM_INST.TXT(24KB)
----TD32.PAK(447KB)
----SHOW87.PAK(19KB)
----TA32LIB.PAK(91KB)
----FILT.PAK(29KB)
----WAP32.PAK(7KB)
----THUNK95.PAK(14KB)
----CMDLINE.PAK(1.25MB)
----TDWIN.PAK(525KB)
----FILE_ID.DIZ(386B)
----INSTALL.EXE(42KB)
----GROUPS.PAK(4KB)
----WHEREIS.PAK(64KB)
----TDCMD.PAK(181KB)
----TSM_RDME.TXT(5KB)
----USRGUIDE.PAK(23KB)
----DISK1.DSK(5B)
----ALIASWIN.PAK(6KB)
----UNPAK.EXE(25KB)
----DISK3.DSK(5B)
----TDDOS.PAK(504KB)
----DISK2.DSK(5B)
----DLLWIN.PAK(8KB)
----TASMDOC.PAK(88KB)
----HEAP.PAK(19KB)
----FILELIST.TXT(13KB)
----TA16LIB.PAK(39KB)
----CPUID.PAK(3KB)
----CMD16.PAK(356KB)
----WAP.PAK(3KB)
----CMD32.PAK(370KB)
----CMDINC.PAK(34KB)
----README.COM(4KB)
----ALIASDOS.PAK(4KB)
----ASMWIN.PAK(9KB)

网友评论

  • 非常好,是我想要的,在winxp下完美运行~
  • 全英文的,不是太懂!!
  • 不错的东西,不过在安装的时候遇上点问题,有可能是不支持win7系统吧
  • 刚试了一下TASM配合borland c++ v4.5 编译成功