]> git.ipfire.org Git - thirdparty/openssl.git/commit
Beginnings of experimental support for NASM assembler. This is a free
authorDr. Stephen Henson <steve@openssl.org>
Mon, 12 Jul 1999 12:33:16 +0000 (12:33 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Mon, 12 Jul 1999 12:33:16 +0000 (12:33 +0000)
commit72e2ffee20bd19197c7a5476017688f77eb89e20
treed59ab40c442dd63f514f7ec3ed6f4d24de0ebaa5
parent3a55fc1aaba9e70e16570c1747b6627e8092dc11
Beginnings of experimental support for NASM assembler. This is a free
assembler for various X86 platforms including Win32. It can output object files
that VC++ will tolerate so it could be used to provide assembly language support
to Win32 without the need for MASM.

This is preliminary stuff: it doesn't even work yet.
crypto/perlasm/x86asm.pl
crypto/perlasm/x86nasm.pl [new file with mode: 0644]