Package net.sourceforge.uiq3.calculator
Interface IOperation
-
- All Known Subinterfaces:
IA_Register,IOp_Alpha,IOwned_Operation,IProgrammable_Operation
- All Known Implementing Classes:
bad_op,op_arith,op_c_exch_m,op_c_to_addr,op_c_to_data,op_c_to_stack,op_clear_reg,op_clear_s,op_clr_s,op_data_to_c,op_dec_p,op_del_sel_grp,op_del_sel_rom,op_display_off,op_display_toggle,op_down_rotate,op_goto,op_inc_p,op_jsb,op_keys_to_rom_addr,op_load_constant,op_m_to_c,op_nop,op_return,op_rom_addr_to_buf,op_sel_rom,op_set_p,op_set_s,op_stack_to_a,op_test_p,op_test_s
public interface IOperationVirtual CPU Operation- Author:
- "Martin Krischik" «krischik@users.sourceforge.net»
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidExecute(short Opcode)Execute virtual CPU command or key stroke
-