Skip to content

Instantly share code, notes, and snippets.

@Aneurysm9
Created December 2, 2015 21:21
Show Gist options
  • Save Aneurysm9/b9494f65a5e778236deb to your computer and use it in GitHub Desktop.
Save Aneurysm9/b9494f65a5e778236deb to your computer and use it in GitHub Desktop.
var opcodes = [22]func(uint16) uint16{
0: func(addr uint16) uint16 {
if debug {
fmt.Printf("%d\thlt\n", addr)
}
return HALT
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment