MASM中的NAME 是做什么的?

Source_Code 2007-03-15 09:09:39
MASN6.1手册中有个NAME关键子..在WIN32汇编中也提到过..但是手册上只写了
NAME modulename
Ignored.
请问谁知道他是做什么的?在最新的ML.exe 8.0中还有它吗?
...全文
301 1 打赏 收藏 转发到动态 举报
AI 作业
写回复
用AI写文章
1 条回复
切换为时间正序
请发表友善的回复…
发表回复
eduyu 2007-04-10
  • 打赏
  • 举报
回复
For example, to remove the STR instruction, the MASK operator, and the NAME
directive from the set of words MASM recognizes as reserved, use this statement
in the code segment of your program before the first reference to STR, MASK, or
NAME:
OPTION NOKEYWORD:<STR MASK NAME>

NAME是个指示符(directive),保留的,没有任何实用价值。
ML8中肯定也是保留的,不知道有没有赋予实际意义。

21,497

社区成员

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

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