1 2 3 4 5 6 7 8 9
import { PC } from "../pc.ts"; export default { function(this: PC) { // this.programPointer = 0xFFFF - 1 this.halted = true }, args: 0 }