notFound method
void
notFound()
Implementation
void notFound() {
throw GameException('Unsupported Op Code: ${mem.loadb(programCounter- 1)}');
}
void notFound() {
throw GameException('Unsupported Op Code: ${mem.loadb(programCounter- 1)}');
}