⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 asem.1

📁 Free 8051 asm compiler for linux new host platforms: Win32 and Linux macro processing dramatica
💻 1
字号:
.\" Man page for ASEM-51 V1.3 asem.TH ASEM 1 "31 December 2002" "ASEM-51 V1.3" "ASEM-51 Macro Assembler".SH NAMEasem \-  assemble an 8051 assembly language program.SH SYNOPSIS.B asem[options] source [object [listing]].SH DESCRIPTION.B asemis a two\-pass macro assembler for the.B Intel MCS\-51family of microcontrollers..SH FILES.B sourceis the 8051 assembler source,.B objectis the output file, and.B listingis the assembler list file..brAll file names that are specified explicitly, are left unchanged.The parameters.B objectand.B listingare optional. When omitted, the.B objectfile name is derived from the.B sourcefile name, but with extension.IR ".hex" " (or " ".omf"if the.B \-ooption is set). When the.B listingfile name is omitted, it is derived from the.B objectfile name, but with extension.IR ".lst" ".".brThe maximum length of a file parameter is limited to 255 characters!.SH OPTIONS.B asemrecognizes the following options:.sp.B \-i path1:path2:path3.br.B \-\-includes=path1:path2:path3.br.RSspecifies a search path for include files that cannot be foundin the working directory.RE.sp.B \-d symbol[:value[:type]].br.B \-\-define=symbol[:value[:type]].br.RSdefines a symbol with an optional.B valueand segment.B type(C, D, I, X, B, N). Defaults: value=0, type=N.RE.sp.BR "\-o" ", " "\-\-omf\-51".br.RSgenerate an object file in absolute OMF\-51 format.RE.sp.BR "\-c" ", " "\-\-columns".br.RSoutput additional column numbers after the line numbersof program error messages.RE.sp.BR "\-v" ", " "\-\-verbose".br.RSoutput additional product, version, and error summary information.RE.spLong options may be abbreviated as long as they remain unique.All option names are case\-sensitive!.SH ENVIRONMENTTo specify a search path for include files, an optional environment variable.B ASEM51INCcan be defined. The assembler searches the specified search path forinclude files that can neither be found in the working directory,nor in the search path specified with the.B \-\-includesoption..SH "EXIT STATUS"When terminating,.B asemreturns an exit code to the calling process:.sp.RS.BR 0 "    no errors".br.BR 1 "    program errors detected".br.BR 2 "    fatal runtime error".RE.spNote: Warnings do not influence the returned exit code!.SH USAGEFor detailed information on writing.B 8051assembly language programs see the.B ASEM\-51 User's Manualin ASCII file.IR "asem_51.doc" ","or start reading with HTML file.IR "docs.htm" "!".SH "CONFORMING TO"The.B ASEM\-51assembly language is a rich subset of the.B Intel standardthat guarantees maximum compatibility with existing.B 8051assembler sources. It can generate two sorts of object files:.B Intel\-HEXformat, which is directly accepted by most EPROM programmers, and absolute.B Intel OMF\-51format (with debug information), which is required for many simulators,emulators and target debuggers..SH AUTHORW.W. Heinz.SH "SEE ALSO".BR hexbin (1),.BR customiz (1),.BR reset51 (1),.BR boot (1)

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -