HistoryFile is the file that saves the REPL history, defaults to "~/.iasmhistory".
var HistoryFile = path.Clean(os.ExpandEnv("$HOME/.iasmhistory"))
IASM is the interactive REPL.
type IASM struct {
// contains filtered or unexported fields
}
func (self *IASM) Start()
Start starts a new REPL session.