summary refs log tree commit diff
path: root/instructions/halt.ts
diff options
context:
space:
mode:
Diffstat (limited to 'instructions/halt.ts')
-rw-r--r--instructions/halt.ts9
1 files changed, 0 insertions, 9 deletions
diff --git a/instructions/halt.ts b/instructions/halt.ts
deleted file mode 100644
index 4685f2b..0000000
--- a/instructions/halt.ts
+++ /dev/null
@@ -1,9 +0,0 @@
-import { PC } from "../pc.ts";
-
-export default {
-    function(this: PC) {
-        // this.programPointer = 0xFFFF - 1
-        this.halted = true
-    },
-    args: 0
-}
\ No newline at end of file