aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDimitri Sokolyuk <demon@dim13.org>2018-01-07 02:20:53 +0100
committerDimitri Sokolyuk <demon@dim13.org>2018-01-07 02:20:53 +0100
commitc48adbaadb077f0e77b81f521f404d8c0fb26f10 (patch)
treeb50174092e2bdfccad4c6eec929357ba749ed396
parenta82b615074c5810dfc1e2c45fd28c3833bb1ab0c (diff)
strip down ineterface
-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