Simplified file structure
This commit is contained in:
9
src/asm/Memory.go
Normal file
9
src/asm/Memory.go
Normal file
@ -0,0 +1,9 @@
|
||||
package asm
|
||||
|
||||
import "git.akyoto.dev/cli/q/src/cpu"
|
||||
|
||||
type Memory struct {
|
||||
Base cpu.Register
|
||||
Offset byte
|
||||
Length byte
|
||||
}
|
Reference in New Issue
Block a user