blob: a31a698d10038a9cde51f2f9f802a6f0f919faec (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
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'
|