- 1、本文档共15页,可阅读全部内容。
- 2、有哪些信誉好的足球投注网站(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
- 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
nmake语法(Nmake syntax)
nmake语法(Nmake syntax)
All define macros will be inherited. By default, only macro and environment variables (actually a macro) defined in the command line can be inherited.
19) /X filename exports all of the error information of NMAKE to the file or device specified in filename. If - is used instead of filename, the error information is output to the STDOUT. By default, error messages are output to STDERR. This option does not affect the output to the STDERR from the instructions in the makefile.
20) /? Displays the syntax and available options for NMAKE;
Return value of NMAKE
The return value of NMAKE and its implications are shown in the following table:
Value meaning
0 there is no mistake
1 not fully executing the instructions in commands block (valid only when the /K option opens)
2 program errors, possible causes include:
Syntax error of L makefile
An error occurred in an instruction in L commands block
L user interrupt
4 system errors, such as insufficient memory
255 when the /Q option opens, if the destination file has expired, the value is returned
Compilation (six) - assembly language program format and MASM
Assembly language implementation is also the use of some kind of editor assembly language source (*.ASM), and then compiled to obtain the target module file (*.OBJ), the connection to form executable file (*.EXE).
1, assembly language program statement format
An assembly program consists of sequence of statements. A statement is usually made up of four parts separated by separators. They come in two formats:
(1) execution statement, a statement composed of hard instructions, which usually corresponds to a machine instruction and appears in the code section of the program:
Label: hard instruction mnemonic operand, operand; notes
(2) declarative statement, a statement made up of pseudo instructions, which usually indicates how an assembler can compile a source program:
The name of the pseudo instruction mnemonic parameters, parameters, notes;...
The execu
您可能关注的文档
- joo1(joo1).doc
- java面试纠错题目大全(Java interview error correction topics).doc
- jorinde and joringel(jorinde和joringel).doc
- js document对象(i document对象).doc
- jdbc 访问各种数据库 url 语法(总结篇)(JDBC access various database URL syntax (summary)).doc
- java面象对象编程(Java object like programming).doc
- jsp input限制输入(JSP input restrict input).doc
- js语句及语法(JS statements and syntax).doc
- juniper基本配置入门(Introduction to basic configuration of juniper).doc
- js语法(JS syntax).doc
文档评论(0)