customasm

package
v0.0.0-...-ecbd380 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 26, 2023 License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var ErrCustomASMErred = errors.New("customasm had errors")
View Source
var ErrCustomASMNotInstalled = errors.New("customasm not found in PATH; please install rust and `cargo install customasm`")
View Source
var ErrHelperFilesNotFound = errors.New("could not find, set the LLBREW environment variable to override")

Functions

func Assemble

func Assemble(src []byte, binfile string) error

func SetArch

func SetArch(a Arch)

Types

type Arch

type Arch interface {
	CustomAsmCPUDef() string
	CustomAsmRunAsm() string
	AssemblerFormat() string
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL