summaryrefslogtreecommitdiff
path: root/runtime.S
diff options
context:
space:
mode:
authorMike Pavone <pavone@retrodev.com>2014-06-17 01:50:29 -0400
committerMike Pavone <pavone@retrodev.com>2014-06-17 01:50:29 -0400
commita39a82cc9773c8336eaa48379f2d2fe3615f178c (patch)
tree667e21515dca8e7c37ee548aa44a6130b6e44610 /runtime.S
parent14c0b3e916d866601311f9bbe53ab64ed560f67f (diff)
blastem builds and almost works on OS X now
Diffstat (limited to 'runtime.S')
-rw-r--r--runtime.S12
1 files changed, 0 insertions, 12 deletions
diff --git a/runtime.S b/runtime.S
index e66b158..caac541 100644
--- a/runtime.S
+++ b/runtime.S
@@ -1,17 +1,5 @@
-invalid_msg:
- .asciz "Invalid instruction at %X\n"
-
- .global m68k_invalid
-m68k_invalid:
- lea invalid_msg(%rip), %rdi
- mov %ecx, %esi
- xor %rax, %rax
- call printf
- mov $1, %rdi
- call exit
-
.global bcd_add
bcd_add:
xchg %rax, %rdi