summary refs log tree commit diff stats
path: root/lib/arch/ms_i386.asm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/arch/ms_i386.asm')
-rw-r--r--lib/arch/ms_i386.asm12
1 files changed, 12 insertions, 0 deletions
diff --git a/lib/arch/ms_i386.asm b/lib/arch/ms_i386.asm
new file mode 100644
index 000000000..a31a698d1
--- /dev/null
+++ b/lib/arch/ms_i386.asm
@@ -0,0 +1,12 @@
+;
+;
+;            Nim's Runtime Library
+;        (c) Copyright 2015 Rokas Kupstys
+;
+;    See the file "copying.txt", included in this
+;    distribution, for details about the copyright.
+;
+
+format MS COFF
+
+include 'i386.asm'