Skip to content

yasm.tortall.net

Yasm Assembler mainline development tree

Package Information

  • Domain: yasmtortall.net
  • Name: yasm.tortall.net
  • Homepage: Not specified
  • Source: View on GitHub

Installation

bash
# Install with launchpad
launchpad install yasm

Programs

This package provides the following executable programs:

  • yasm

Aliases

This package can also be accessed using these aliases:

  • yasm

Available Versions

Show all 1 versions
  • 1.3.0

Latest Version: 1.3.0

Install Specific Version

bash
# Install specific version
sh <(curl https://pkgx.sh) +yasmtortall.net@1.3.0 -- $SHELL -i

Usage Examples

typescript
import { pantry } from 'ts-pkgx'

// Access this package
const pkg = pantry.yasmtortallnet

console.log(`Package: ${pkg.name}`)
console.log(`Description: ${pkg.description}`)
console.log(`Programs: ${pkg.programs.join(', ')}`)

This documentation was auto-generated from package data.

Released under the MIT License.