The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Search results for "B::Assembler"

B::Assembler - Assemble Perl bytecode River stage zero No dependents

B::Bytecode helper module....

RURBAN/B-C-1.57 - 07 May 2019 12:10:41 UTC - Search in distribution

Inline::ASM - Write Perl Subroutines in assembler. River stage zero No dependents

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 compi...

NEILW/Inline-ASM-0.03 - 11 Jun 2001 18:42:47 UTC - Search in distribution

CPU::Z80::Assembler - a Z80 assembler River stage one • 1 direct dependent • 1 total dependent

This module provides functions to assemble a set of Z80 assembly instructions given as a list or as an iterator, or a Z80 assembly source file....

PSCUST/CPU-Z80-Assembler-2.25 - 27 May 2023 22:27:01 UTC - Search in distribution

Nasm::X86 - Generate X86 assembler code using Perl as a macro pre-processor. River stage one • 1 direct dependent • 1 total dependent

Generate X86 assembler code using Perl as a macro pre-processor. Version "20220712". The following sections describe the methods in each functional area of this module. For an alphabetic listing of all methods by name see Index....

PRBRENAN/Nasm-X86-20220712 - 12 Jul 2022 11:07:33 UTC - Search in distribution

B::JVM::Emit - Package used by B::JVM to emit Java Bytecode River stage zero No dependents

This class is used Java bytcodes on a file handle. Until someone actually creates a module that truely emits Java bytecodes, the interesting stuff is all happening in the subclass, B::JVM::Jasmin::Emit. The method names used here were built up from t...

BKUHN/B-JVM-Jasmin-0.02 - 05 Dec 1999 08:34:32 UTC - Search in distribution

perlfaq3 - Programming Tools River stage zero No dependents

This section of the FAQ answers questions related to programmer tools and programming support. How do I do (anything)? Have you looked at CPAN (see perlfaq2)? The chances are that someone has already written a module that can solve your problem. Have...

ETHER/perlfaq-5.20240218 - 18 Feb 2024 17:37:36 UTC - Search in distribution

Win32::API - Perl Win32 API Import Facility River stage two • 30 direct dependents • 34 total dependents

To use this module put the following line at the beginning of your script: use Win32::API; You can now use the "new()" function of the Win32::API module to create a new Win32::API::More object (see "IMPORTING A FUNCTION") and then invoke the "Call()"...

BULKDD/Win32-API-0.84 - 21 Jan 2016 20:13:25 UTC - Search in distribution

IT::perlfaq3 River stage zero No dependents

ENRYS/POD2-IT-0.13 - 26 Aug 2009 16:35:44 UTC - Search in distribution

Math::Pari - Perl interface to PARI. River stage two • 4 direct dependents • 15 total dependents

This package is a Perl interface to famous library PARI for numerical/scientific/number-theoretic calculations. It allows use of most PARI functions as Perl functions, and (almost) seamless merging of PARI and Perl data. In what follows we suppose pr...

ILYAZ/Math-Pari-2.030523 - 12 Apr 2022 09:21:44 UTC - Search in distribution

corelist - a commandline frontend to Module::CoreList River stage five • 95 direct dependents • 21441 total dependents

See Module::CoreList for one....

BINGOS/Module-CoreList-5.20240420 - 27 Apr 2024 19:32:30 UTC - Search in distribution

makepp_rules - How to tell makepp to build something River stage zero No dependents

?: &, -, @, B: :build_cache, :build_check, D: :dispatch, E: :env, :environment, F: :foreach, I: "ignore_error", :include, L: :last_chance, M: makeperl, N: "noecho", :no_phony, P: :parser, "perl", S: :signature A rule is what tells makepp how to build...

PFEIFFER/makepp-2.0.99.2 - 09 Nov 2017 09:32:03 UTC - Search in distribution

Tree::DAG_Node - An N-ary tree River stage two • 24 direct dependents • 37 total dependents

This class encapsulates/makes/manipulates objects that represent nodes in a tree structure. The tree structure is not an object itself, but is emergent from the linkages you create between nodes. This class provides the methods for making linkages th...

RSAVAGE/Tree-DAG_Node-1.32 - 02 Feb 2021 00:08:31 UTC - Search in distribution

RPerl::Learning River stage one • 3 direct dependents • 3 total dependents

WBRASWELL/RPerl-7.000000 - 05 Jul 2020 01:35:58 UTC - Search in distribution

perl5005delta - what's new for perl5.005 River stage five • 11292 direct dependents • 32664 total dependents

This document describes differences between the 5.004 release and this one....

PEVANS/perl-5.38.2 - 29 Nov 2023 16:10:36 UTC - Search in distribution

Bundle::OpenXPKI - A bundle to install modules required for OpenXPKI River stage zero No dependents

This bundle helps with the installation of modules required for OpenXPKI. OpenXPKI is an open source trust center software which aims to create an enterprise-scale PKI solution. For more information see http://www.openxpki.org...

ALECH/Bundle-OpenXPKI-0.06 - 21 Nov 2008 16:12:39 UTC - Search in distribution

Math::GMPn - Fixed length integer arithmetic. River stage zero No dependents

This module provides a set of functions to perform arithmetic on fixed length but arbitrarily large bit strings implemented on top of the GMP library low level functions (see <http://gmplib.org/manual/Low_002dlevel-Functions.html>). Numbers are repre...

SALVA/Math-GMPn-0.03 - 24 Feb 2011 12:00:04 UTC - Search in distribution

Audio::Beep - a module to use your computer beeper in fancy ways River stage one • 1 direct dependent • 1 total dependent

GIULIENK/Audio-Beep-0.11 - 14 Apr 2004 08:16:09 UTC - Search in distribution

Tree::Bulk - Bulk Tree operations River stage zero No dependents

Bulk Tree operations Version "20240415". The following sections describe the methods in each functional area of this module. For an alphabetic listing of all methods by name see Index....

PRBRENAN/Tree-Bulk-20240415 - 15 Apr 2024 18:39:56 UTC - Search in distribution

Language::RAM - A "Random Access Machine" Emulator River stage zero No dependents

DEPRINT/Language-RAM-0.012 - 24 Nov 2015 09:25:32 UTC - Search in distribution

Regexp::Assemble - Assemble multiple Regular Expressions into a single RE River stage two • 27 direct dependents • 88 total dependents

Regexp::Assemble takes an arbitrary number of regular expressions and assembles them into a single regular expression (or RE) that matches all that the individual REs match. As a result, instead of having a large list of expressions to loop over, a t...

RSAVAGE/Regexp-Assemble-0.38 - 19 Jun 2017 23:15:38 UTC - Search in distribution
37 results (0.07 seconds)