mirror of
https://github.com/macocianradu/goboy.git
synced 2026-03-18 21:10:07 +00:00
started op table
This commit is contained in:
@@ -20,7 +20,7 @@ func main() {
|
||||
data, err := os.ReadFile(os.Args[1])
|
||||
check(err)
|
||||
|
||||
startMem := 1000
|
||||
startMem := uint(1000)
|
||||
memory.WriteAll(startMem, data)
|
||||
cpu.Execute(startMem)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user