wyl19831016 发表于 2009-12-03 20:47

请教个问题:关于intel手册中使用的汇编器

intel手册中,有很多汇编语句和汇编代码,不知道这些汇编语句和代码是用哪个汇编器和链接器编译的。

在http://osdir.com/ml/ports.xbox.devel/2002-08/pdfw9OfVnTvdk.pdf中看到个ASM386和BLD386(原文为“In this example, the Intel assembler ASM386 and build tools BLD386 are used to assemble and build the initialization code module. The following assumptions are used when using the Intel ASM386 and BLD386 tools.”),在网上找了,只找到一个网页中提到了(http://www.tenasys.com/products/omf386.php):
ASM386 Macro Assembler V3.0      ASM386.EXE
ASM386 Macro Assembler X4.17      ASM486.EXE
Intel386 System Builder V1p6      BLD386.EXE
Intel386 Binder X2.05                BND386.EXE
Intel386 C Compiler V4.7      IC386.EXE
Intel386 Librarian V1.3                LIB386.EXE
Intel386 Mapper V1.1                MAP386.EXE
Intel386 PL/M Compiler V3.4      PLM386.EXE

但找ASM386 Macro Assembler V3.0,还是找不到,
请各位指点一下。

mik 发表于 2009-12-03 21:39

你找这些编译器有啥用?

这些编译器估计是 Intel 自已搞的

prolj 发表于 2009-12-03 22:01

Intel assembler ASM386 and build tools BLD386
应该是早期的吧,现在下一个Intel CC看看里面有对应的么。

wyl19831016 发表于 2009-12-05 01:39

嗯,看来只有装个intel c++ compiler找找看有没有
页: [1]
查看完整版本: 请教个问题:关于intel手册中使用的汇编器