package asm import "git.akyoto.dev/cli/q/src/cpu" type Memory struct { Base cpu.Register Offset byte Length byte }