smallEXE

(★ 122)

No description available.

File Explorer

  • LICENSE
  • README.md

# Use via CDN

jsDelivr

jsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.

Command Glossary

Commands referenced in this DOCs, explained below.

🔍

nasm

View Details ▼

The Netwide Assembler, a portable 80x86 assembler.

nasm {{source.asm}}

Assemble `source.asm` into a binary file `source`, in the (default) raw binary format:

nasm -f {{format}} {{source.asm}} -o {{output_file}}

Assemble `source.asm` into a binary file `output_file`, in the specified format:

nasm -hf

List valid output formats (along with basic nasm help):

🔍

zbarimg

View Details ▼

Scan and decode bar codes from image file(s).

zbarimg {{image_file}}

Process an image file:

// repository documentation