implemented Stack (#10)
This commit is contained in:
6
de/darkress/pic16f84sim/commands/Command.java
Normal file
6
de/darkress/pic16f84sim/commands/Command.java
Normal file
@@ -0,0 +1,6 @@
|
||||
package de.darkress.pic16f84sim.commands;
|
||||
|
||||
public interface Command
|
||||
{
|
||||
void execute();
|
||||
}
|
||||
Reference in New Issue
Block a user