aboutsummaryrefslogtreecommitdiff
path: root/parse.go
diff options
context:
space:
mode:
Diffstat (limited to 'parse.go')
-rw-r--r--parse.go2
1 files changed, 0 insertions, 2 deletions
diff --git a/parse.go b/parse.go
index f903b58..2ab0801 100644
--- a/parse.go
+++ b/parse.go
@@ -21,9 +21,7 @@ func Decode(v uint16) Instruction {
// Instruction interface
type Instruction interface {
- String() string
Value() uint16
- Compile() uint16
}
// Lit is a literal