📄 index-all.html
字号:
</DL>
<HR>
<A NAME="_L_"><!-- --></A><H2>
<B>L</B></H2>
<DL>
<DT><A HREF="./Label.html" title="class in <Unnamed>"><B>Label</B></A> - Class in <A HREF="./package-summary.html"><Unnamed></A><DD>Assembly expression for a label.<DT><A HREF="./Label.html#Label()"><B>Label()</B></A> -
Constructor for class <A HREF="./Label.html" title="class in <Unnamed>">Label</A>
<DD>
<DT><A HREF="./Label.html#Label(java.lang.String)"><B>Label(String)</B></A> -
Constructor for class <A HREF="./Label.html" title="class in <Unnamed>">Label</A>
<DD>Creates a label with specified name.
<DT><A HREF="./Label.html#Label(int, java.lang.String)"><B>Label(int, String)</B></A> -
Constructor for class <A HREF="./Label.html" title="class in <Unnamed>">Label</A>
<DD>Creates a label with specified name and line number.
<DT><A HREF="./Command.html#list"><B>list</B></A> -
Variable in class <A HREF="./Command.html" title="class in <Unnamed>">Command</A>
<DD>Command arguments list.
<DT><A HREF="./Assembler.html#listing"><B>listing</B></A> -
Variable in class <A HREF="./Assembler.html" title="class in <Unnamed>">Assembler</A>
<DD>Program listing.
</DL>
<HR>
<A NAME="_M_"><!-- --></A><H2>
<B>M</B></H2>
<DL>
<DT><A HREF="./Symbol.html#main(java.lang.String[])"><B>main(String[])</B></A> -
Static method in class <A HREF="./Symbol.html" title="class in <Unnamed>">Symbol</A>
<DD>
</DL>
<HR>
<A NAME="_N_"><!-- --></A><H2>
<B>N</B></H2>
<DL>
<DT><A HREF="./Command.html#name"><B>name</B></A> -
Variable in class <A HREF="./Command.html" title="class in <Unnamed>">Command</A>
<DD>Command name.
<DT><A HREF="./Label.html#name"><B>name</B></A> -
Variable in class <A HREF="./Label.html" title="class in <Unnamed>">Label</A>
<DD>The label's name.
<DT><A HREF="./Symbol.html#numberFormat(int)"><B>numberFormat(int)</B></A> -
Static method in class <A HREF="./Symbol.html" title="class in <Unnamed>">Symbol</A>
<DD>Format number representations.
</DL>
<HR>
<A NAME="_P_"><!-- --></A><H2>
<B>P</B></H2>
<DL>
<DT><A HREF="./Assembler.html#program"><B>program</B></A> -
Variable in class <A HREF="./Assembler.html" title="class in <Unnamed>">Assembler</A>
<DD>Assembled program.
<DT><A HREF="./Assembler1.html#PROGRAM_SIZE"><B>PROGRAM_SIZE</B></A> -
Static variable in class <A HREF="./Assembler1.html" title="class in <Unnamed>">Assembler1</A>
<DD>
<DT><A HREF="./Assembler2.html#PROGRAM_SIZE"><B>PROGRAM_SIZE</B></A> -
Static variable in class <A HREF="./Assembler2.html" title="class in <Unnamed>">Assembler2</A>
<DD>
<DT><A HREF="./Assembler3.html#PROGRAM_SIZE"><B>PROGRAM_SIZE</B></A> -
Static variable in class <A HREF="./Assembler3.html" title="class in <Unnamed>">Assembler3</A>
<DD>
</DL>
<HR>
<A NAME="_R_"><!-- --></A><H2>
<B>R</B></H2>
<DL>
<DT><A HREF="./Environment.html#resolve(java.lang.Object)"><B>resolve(Object)</B></A> -
Method in class <A HREF="./Environment.html" title="class in <Unnamed>">Environment</A>
<DD>Resolve object within environment context.
<DT><A HREF="./Environment.html#resolve(java.lang.Object, Symbol.Type)"><B>resolve(Object, Symbol.Type)</B></A> -
Method in class <A HREF="./Environment.html" title="class in <Unnamed>">Environment</A>
<DD>Resolve object within environment context and specified type.
</DL>
<HR>
<A NAME="_S_"><!-- --></A><H2>
<B>S</B></H2>
<DL>
<DT><A HREF="./Symbol.html" title="class in <Unnamed>"><B>Symbol</B></A> - Class in <A HREF="./package-summary.html"><Unnamed></A><DD>Class to store assembly symbol information.<DT><A HREF="./Symbol.html#Symbol()"><B>Symbol()</B></A> -
Constructor for class <A HREF="./Symbol.html" title="class in <Unnamed>">Symbol</A>
<DD>
<DT><A HREF="./Symbol.html#Symbol(java.lang.Object)"><B>Symbol(Object)</B></A> -
Constructor for class <A HREF="./Symbol.html" title="class in <Unnamed>">Symbol</A>
<DD>Create a symbol with type NONE and specified value.
<DT><A HREF="./Symbol.html#Symbol(Symbol.Type, java.lang.Object)"><B>Symbol(Symbol.Type, Object)</B></A> -
Constructor for class <A HREF="./Symbol.html" title="class in <Unnamed>">Symbol</A>
<DD>Create a symbol with specified type and value.
<DT><A HREF="./Symbol.html#Symbol(int)"><B>Symbol(int)</B></A> -
Constructor for class <A HREF="./Symbol.html" title="class in <Unnamed>">Symbol</A>
<DD>Create a symbol with type NONE and integer value.
<DT><A HREF="./Symbol.html#Symbol(Symbol.Type, int)"><B>Symbol(Symbol.Type, int)</B></A> -
Constructor for class <A HREF="./Symbol.html" title="class in <Unnamed>">Symbol</A>
<DD>Create a symbol with specified type and integer value.
<DT><A HREF="./Symbol.Type.html" title="enum in <Unnamed>"><B>Symbol.Type</B></A> - Enum in <A HREF="./package-summary.html"><Unnamed></A><DD> <DT><A HREF="./Environment.html#symbols"><B>symbols</B></A> -
Variable in class <A HREF="./Environment.html" title="class in <Unnamed>">Environment</A>
<DD>Symbol map stores constant names and values.
</DL>
<HR>
<A NAME="_T_"><!-- --></A><H2>
<B>T</B></H2>
<DL>
<DT><A HREF="./Comment.html#text"><B>text</B></A> -
Variable in class <A HREF="./Comment.html" title="class in <Unnamed>">Comment</A>
<DD>Comment content.
<DT><A HREF="./Assembler.html#toBlockRAM(java.lang.String)"><B>toBlockRAM(String)</B></A> -
Method in class <A HREF="./Assembler.html" title="class in <Unnamed>">Assembler</A>
<DD>Generate Verilog ROM file.
<DT><A HREF="./Assembler1.html#toBlockRAM(java.lang.String)"><B>toBlockRAM(String)</B></A> -
Method in class <A HREF="./Assembler1.html" title="class in <Unnamed>">Assembler1</A>
<DD>
<DT><A HREF="./Assembler2.html#toBlockRAM(java.lang.String)"><B>toBlockRAM(String)</B></A> -
Method in class <A HREF="./Assembler2.html" title="class in <Unnamed>">Assembler2</A>
<DD>
<DT><A HREF="./Assembler3.html#toBlockRAM(java.lang.String)"><B>toBlockRAM(String)</B></A> -
Method in class <A HREF="./Assembler3.html" title="class in <Unnamed>">Assembler3</A>
<DD>
<DT><A HREF="./Assembler.html#toString()"><B>toString()</B></A> -
Method in class <A HREF="./Assembler.html" title="class in <Unnamed>">Assembler</A>
<DD>Generate Verilog readmemh-compatible listing file.
<DT><A HREF="./Command.html#toString()"><B>toString()</B></A> -
Method in class <A HREF="./Command.html" title="class in <Unnamed>">Command</A>
<DD>
<DT><A HREF="./Comment.html#toString()"><B>toString()</B></A> -
Method in class <A HREF="./Comment.html" title="class in <Unnamed>">Comment</A>
<DD>
<DT><A HREF="./Environment.html#toString()"><B>toString()</B></A> -
Method in class <A HREF="./Environment.html" title="class in <Unnamed>">Environment</A>
<DD>
<DT><A HREF="./Label.html#toString()"><B>toString()</B></A> -
Method in class <A HREF="./Label.html" title="class in <Unnamed>">Label</A>
<DD>
<DT><A HREF="./Symbol.html#toString()"><B>toString()</B></A> -
Method in class <A HREF="./Symbol.html" title="class in <Unnamed>">Symbol</A>
<DD>
<DT><A HREF="./Instruction.html#translateAction(java.lang.String)"><B>translateAction(String)</B></A> -
Static method in class <A HREF="./Instruction.html" title="class in <Unnamed>">Instruction</A>
<DD>Convert action name to value.
<DT><A HREF="./Instruction.html#translateCondition(java.lang.String)"><B>translateCondition(String)</B></A> -
Static method in class <A HREF="./Instruction.html" title="class in <Unnamed>">Instruction</A>
<DD>Convert condition name to value.
<DT><A HREF="./Symbol.html#type"><B>type</B></A> -
Variable in class <A HREF="./Symbol.html" title="class in <Unnamed>">Symbol</A>
<DD>The type of the symbol.
</DL>
<HR>
<A NAME="_V_"><!-- --></A><H2>
<B>V</B></H2>
<DL>
<DT><A HREF="./Symbol.html#value"><B>value</B></A> -
Variable in class <A HREF="./Symbol.html" title="class in <Unnamed>">Symbol</A>
<DD>The value of the symbol.
<DT><A HREF="./Symbol.Type.html#valueOf(java.lang.String)"><B>valueOf(String)</B></A> -
Static method in enum <A HREF="./Symbol.Type.html" title="enum in <Unnamed>">Symbol.Type</A>
<DD>Returns the enum constant of this type with the specified name.
<DT><A HREF="./Symbol.Type.html#values()"><B>values()</B></A> -
Static method in enum <A HREF="./Symbol.Type.html" title="enum in <Unnamed>">Symbol.Type</A>
<DD>Returns an array containing the constants of this enum type, inthe order they're declared.
</DL>
<HR>
<A HREF="#_A_">A</A> <A HREF="#_C_">C</A> <A HREF="#_D_">D</A> <A HREF="#_E_">E</A> <A HREF="#_I_">I</A> <A HREF="#_L_">L</A> <A HREF="#_M_">M</A> <A HREF="#_N_">N</A> <A HREF="#_P_">P</A> <A HREF="#_R_">R</A> <A HREF="#_S_">S</A> <A HREF="#_T_">T</A> <A HREF="#_V_">V</A>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<A NAME="navbar_bottom"><!-- --></A>
<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_bottom_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="./package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="./overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="./deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Index</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="./help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
PREV
NEXT</FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="./index.html?index-all.html" target="_top"><B>FRAMES</B></A>
<A HREF="index-all.html" target="_top"><B>NO FRAMES</B></A>
<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="./allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="./allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_bottom"></A>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<HR>
</BODY>
</HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -