about summary refs log tree commit diff stats
path: root/baremetal/312copy.subx
diff options
context:
space:
mode:
Diffstat (limited to 'baremetal/312copy.subx')
-rw-r--r--baremetal/312copy.subx13
1 files changed, 0 insertions, 13 deletions
diff --git a/baremetal/312copy.subx b/baremetal/312copy.subx
deleted file mode 100644
index d2a6f661..00000000
--- a/baremetal/312copy.subx
+++ /dev/null
@@ -1,13 +0,0 @@
-== code
-
-copy-array-object:  # src: (addr array T), dest-ah: (addr handle array T)
-    # . prologue
-    55/push-ebp
-    89/<- %ebp 4/r32/esp
-    #
-    (copy-array Heap *(ebp+8) *(ebp+0xc))
-$copy-array-object:end:
-    # . epilogue
-    89/<- %esp 5/r32/ebp
-    5d/pop-to-ebp
-    c3/return