📄 instruction.java
字号:
package AM.am_data_structure;
/**
* Created by IntelliJ IDEA. User: yellowicq Date: 2004-4-27 Time: 10:49:13
* To change this template use File | Settings | File Templates.
*/
public interface Instruction {
public String ToString();
public int NumArguments();
public String Name();
public void SI(AbstractMachineState state);
public void Process(String[] args);
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -