Implemented instruction lists
This commit is contained in:
8
src/asm/Result.go
Normal file
8
src/asm/Result.go
Normal file
@ -0,0 +1,8 @@
|
||||
package asm
|
||||
|
||||
import "bytes"
|
||||
|
||||
type Result struct {
|
||||
Code bytes.Buffer
|
||||
Data bytes.Buffer
|
||||
}
|
Reference in New Issue
Block a user