mirror of
https://github.com/nim-lang/Nim.git
synced 2025-12-29 17:34:43 +00:00
13 lines
223 B
NASM
13 lines
223 B
NASM
;
|
|
;
|
|
; 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'
|