“模板:Main2/Tools”的版本间差异
跳到导航
跳到搜索
小 |
小 |
||
(未显示同一用户的1个中间版本) | |||
第8行: | 第8行: | ||
* [[Boot Magic]] | * [[Boot Magic]] | ||
* [[Rolling Your Own Bootloader]] | * [[Rolling Your Own Bootloader]] | ||
<div style="text-align: right; margin: 0; padding: 0;"><small>[[:Category:Bootloaders| | <div style="text-align: right; margin: 0; padding: 0;"><small>[[:Category:Bootloaders|更多...]]</small></div> | ||
'''编译器(Compilers)''' | '''编译器(Compilers)''' | ||
第27行: | 第27行: | ||
* [[Smaller C]] | * [[Smaller C]] | ||
* [[Other Compilers]] | * [[Other Compilers]] | ||
<div style="text-align: right; margin: 0; padding: 0;"><small>[[:Category:Compilers| | <div style="text-align: right; margin: 0; padding: 0;"><small>[[:Category:Compilers|更多...]]</small></div> | ||
'''汇编器(Assemblers)''' | '''汇编器(Assemblers)''' | ||
第35行: | 第35行: | ||
* [[YASM]] | * [[YASM]] | ||
* On the difference between AT&T and Intel [[Opcode syntax]] | * On the difference between AT&T and Intel [[Opcode syntax]] | ||
<div style="text-align: right; margin: 0; padding: 0;"><small>[[:Category:Assemblers| | <div style="text-align: right; margin: 0; padding: 0;"><small>[[:Category:Assemblers|更多...]]</small></div> | ||
'''链接器(Linkers)''' | '''链接器(Linkers)''' | ||
* [[LD]] (GNU ld, part of binutils) | * [[LD]] (GNU ld, part of binutils) | ||
* [[Link Archiver]] (GNU ar, part of binutils) | * [[Link Archiver]] (GNU ar, part of binutils) | ||
<div style="text-align: right; margin: 0; padding: 0;"><small>[[:Category:Linkers| | <div style="text-align: right; margin: 0; padding: 0;"><small>[[:Category:Linkers|更多...]]</small></div> | ||
'''模拟器(Emulators)''' | '''模拟器(Emulators)''' | ||
第49行: | 第49行: | ||
* [[VirtualBox]] | * [[VirtualBox]] | ||
* [[SimICS]] | * [[SimICS]] | ||
<div style="text-align: right; margin: 0; padding: 0;"><small>[[:Category:Emulators| | <div style="text-align: right; margin: 0; padding: 0;"><small>[[:Category:Emulators|更多...]]</small></div> | ||
''' | '''处理磁盘映像''' | ||
* [[Disk Images]] in general, and ... | * [[Disk Images]] in general, and ... | ||
** [[Loopback Device]] for Linux, *BSD et al. | ** [[Loopback Device]] for Linux, *BSD et al. | ||
** [[hdiutil]] for MacOS X | ** [[hdiutil]] for MacOS X | ||
** [[Windows Tools]] | ** [[Windows Tools]] | ||
<div style="text-align: right; margin: 0; padding: 0;"><small>[[:Category:Disk_Image_Utilities| | <div style="text-align: right; margin: 0; padding: 0;"><small>[[:Category:Disk_Image_Utilities|更多...]]</small></div> | ||
<noinclude>[[Category:Main Page Templates]]</noinclude> | <noinclude>[[Category:Main Page Templates]]</noinclude> |
2022年3月31日 (四) 09:19的最新版本
引导加载程序(Bootloaders)
编译器(Compilers)
汇编器(Assemblers)
- GAS (GNU as, part of binutils)
- FASM
- NASM
- YASM
- On the difference between AT&T and Intel Opcode syntax
链接器(Linkers)
- LD (GNU ld, part of binutils)
- Link Archiver (GNU ar, part of binutils)
模拟器(Emulators)
处理磁盘映像
- Disk Images in general, and ...
- Loopback Device for Linux, *BSD et al.
- hdiutil for MacOS X
- Windows Tools