Yasm是什么?

danxuezx 2010-11-04 07:56:37
Yasm is a computer software program, a computer programming tool called an assembler. It attempts to be a full rewrite of another assembler named the Netwide Assembler (NASM). Yasm can generally be used interchangeably with NASM and supports the x86 and x86-64 architectures. It is licensed under a revision of the BSD licenses. It is currently developed by Peter Johnson and Michael Urman.

这个解释没看明白
...全文
1142 4 打赏 收藏 转发到动态 举报
写回复
用AI写文章
4 条回复
切换为时间正序
请发表友善的回复…
发表回复
fox4664 2010-11-06
  • 打赏
  • 举报
回复
并且,他是开源的^_^
大熊猫侯佩 2010-11-05
  • 打赏
  • 举报
回复
一种汇编器
danxuezx 2010-11-05
  • 打赏
  • 举报
回复
原来是这样
masmaster 2010-11-04
  • 打赏
  • 举报
回复
Yasm是一个完全重写的NASM汇编。目前,它支持x86和AMD64指令集,接受NASM和气体汇编语法,产出二进制, ELF32 , ELF64 , COFF , Mach - O的( 32和64 ) , RDOFF2 ,的Win32和Win64对象的格式,并生成STABS 调试信息的来源,DWARF 2 ,CodeView 8格式。

-----以上信息来自互联网
http://www.linuxfromscratch.org/blfs/view/svn/general/yasm.html Introduction to yasm Yasm is a complete rewrite of the NASM-2.14.02 assembler. It supports the x86 and AMD64 instruction sets, accepts NASM and GAS assembler syntaxes and outputs binary, ELF32 and ELF64 object formats. This package is known to build and work properly using an LFS-9.1 platform. Package Information Download (HTTP): http://www.tortall.net/projects/yasm/releases/yasm-1.3.0.tar.gz Download MD5 sum: fc9e586751ff789b34b1f21d572d96af Download size: 1.5 MB Estimated disk space required: 27 MB (additional 12 MB for the tests) Estimated build time: 0.1 SBU (additional 0.1 SBU for the tests) yasm Dependencies Optional Python-2.7.18 and Cython User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/yasm Installation of yasm Install yasm by running the following commands: sed -i 's#) ytasm.*#)#' Makefile.in && ./configure --prefix=/usr && make To test the results, issue: make check. Now, as the root user: make install Command Explanations sed -i 's#) ytasm.*#)#' Makefile.in: This sed prevents it compiling 2 programs (vsyasm and ytasm) that are only of use on Microsoft Windows. Contents Installed Program: yasm Installed Library: libyasm.a Installed Directory: /usr/include/libyasm Short Descriptions yasm is a portable, retargetable assembler that supports the x86 and AMD64 instruction sets, accepts NASM and GAS assembler syntaxes and outputs binaries in ELF32 and ELF64 object formats. libyasm.a provides all of the core functionality of yasm, for manipulating machine instructions and object file constructs.

21,458

社区成员

发帖
与我相关
我的任务
社区描述
汇编语言(Assembly Language)是任何一种用于电子计算机、微处理器、微控制器或其他可编程器件的低级语言,亦称为符号语言。
社区管理员
  • 汇编语言
加入社区
  • 近7日
  • 近30日
  • 至今
社区公告
暂无公告

试试用AI创作助手写篇文章吧