freebsd-ports/devel/p5-Inline-ASM/pkg-descr
Anton Berezin 8577906bf7 Add p5-Inline-ASM 0.03, a perl module that facilitates writing of perl
subroutines in assembler.

PR:		32867
Submitted by:	Sergey Skvortsov <skv@protey.ru>
2001-12-15 17:20:26 +00:00

10 lines
408 B
Text

Inline::ASM allows you to write Perl subroutines in assembly language.
Of course, many C compilers allow you to put assembly right in your C
code, so this module does not provide any new functionality. It does,
however, provide a feature most C compilers don't: you can mix different
assembler syntaxes in the same file!
WWW: http://search.cpan.org/search?dist=Inline-ASM
-- Sergey Skvortsov
skv@protey.ru