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