summary refs log tree commit diff
path: root/instructions/ldm.ts
diff options
context:
space:
mode:
Diffstat (limited to 'instructions/ldm.ts')
-rw-r--r--instructions/ldm.ts8
1 files changed, 0 insertions, 8 deletions
diff --git a/instructions/ldm.ts b/instructions/ldm.ts
deleted file mode 100644
index c82425a..0000000
--- a/instructions/ldm.ts
+++ /dev/null
@@ -1,8 +0,0 @@
-import { PC } from "../pc.ts";
-
-export default {
-    function(this: PC, [reg, addr]: number[]) {
-        this.registers[this.lib.parseReg(reg)] = this.getMem(this.getMem(Number(addr)))
-    },
-    args: 2
-}
\ No newline at end of file