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

📄 statemen.htm

📁 一份51的编译程序,dos版本的. 英文名字MCS-51 Microcontroller Family Macro Assembler
💻 HTM
字号:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">

<!-- Statements -->

<HTML>

<HEAD>

<TITLE>Statements</TITLE>

</HEAD>

<BODY BACKGROUND="spiral.gif" BGCOLOR="#FFFFFF" TEXT="#000000" LINK="#0000FF" VLINK="#990099" ALINK="#FF0000">

<TABLE WIDTH="98%">
<TR><TD WIDTH=60 VALIGN=BOTTOM NOWRAP>
<IMG SRC="transp.gif" ALT="" WIDTH=60 HEIGHT=20>
</TD><TD>

<!-- Ab hier Seitentext: -->

<BIG>
<BR>

<P>
<STRONG><U>III.1 Statements</U></STRONG>
</P>

<P>
Source files consist of a sequence of statements of one of the forms:
</P>

<P>
<BLOCKQUOTE>
<STRONG><PRE>
[symbol:]  [instruction [arguments]]     [;comment]

 symbol     instruction  argument        [;comment]

$control   [(argument)]                  [;comment]
</PRE></STRONG>
</BLOCKQUOTE>
</P>

<P>
Everything that is written in brackets is optional.<BR>
The maximum length of source code lines is 255 characters.<BR>
Everything from the ';' character to the end of line is assumed to be
commentary. Blank lines are considered to be commentary, too.<BR>
The lexical elements of a statement may be separated by blanks and tabs.<BR>
Aside of character string constants, upper and lower case letters are
equivalent.
</P>

<P>
<BR>
<STRONG>Examples:</STRONG>
<PRE>
    HERE:   MOV A,#0FFH     ;define label HERE and load A with FFH

            YEAR EQU 2002   ;define symbol for current year

    $INCLUDE (80C517.MCU)   ;include SAB80C517 register definitions
</PRE>
</P>

</BIG>

<!-- Seitentext Ende -->

<P>
<BR>
<BR>
<CENTER>
<TABLE WIDTH="70%">
<TR><TH><A HREF="contents.htm"><IMG SRC="home.gif" ALT="[contents]" BORDER=0 WIDTH=32 HEIGHT=32></A></TH>
    <TH><A HREF="language.htm"><IMG SRC="up.gif" ALT="[up]" BORDER=0 WIDTH=32 HEIGHT=32></A></TH>
    <TH><A HREF="language.htm"><IMG SRC="back.gif" ALT="[back]" BORDER=0 WIDTH=32 HEIGHT=32></A></TH>
    <TH><A HREF="symbols.htm"><IMG SRC="next.gif" ALT="[next]" BORDER=0 WIDTH=32 HEIGHT=32></A></TH>
</TR>
</TABLE>
</CENTER>
</P>

</TD></TR>
</TABLE>

</BODY>

</HTML>

⌨️ 快捷键说明

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