ivaneeo's blog

自由的力量,自由的生活。

  BlogJava :: 首页 :: 联系 :: 聚合  :: 管理
  669 Posts :: 0 Stories :: 64 Comments :: 0 Trackbacks
The data section

.ascii       Text string
.asciz       Null-terminated test string
.byte       Byte value
.double   Double-precision floating-point number
.float       Single-precision floating-point number
.int          32-bit integer number
.long       32-bit integer number(same as .int)
.octa       16-byte integer number
.quad      8-byte integer number
.short      16-bit integer number
.single      Single-precision floating-point number(same as .float)

define static symbols
.equ factor, 3
.equ LINUX_SYS_CALL, 0x80

The bss section

.comm      Declares a common memory area for data that is not initialized
.lcomm      Declares a local common memory area for data that is not initialized
posted on 2006-09-29 15:04 ivaneeo 阅读(738) 评论(1)  编辑  收藏 所属分类: freebsd魔力

Feedback

# re: gas汇编的数据定义命令[未登录] 2009-12-30 15:46
哥们,怎么下载在Ubuntu下面的gas的包啊?我下载了的包里面只有as as86就没有gas编译器啊  回复  更多评论
  


只有注册用户登录后才能发表评论。


网站导航: