From 15eda60829ae0b4b084fe93bf419bf014a82a21c Mon Sep 17 00:00:00 2001 From: Dimitri Sokolyuk Date: Tue, 9 Jan 2018 00:36:27 +0100 Subject: extract read/write mem --- parse.go | 1 + 1 file changed, 1 insertion(+) (limited to 'parse.go') 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 -- cgit v1.2.3