as
Verified for current stable LTS
As Commands
As command syntax with verified terminal examples.
Commands
8 commands for As
as Operations
As Command: Assemble File Default Output
as <path/to/file.s> as Operations
As Command: Assemble File Fast Mode
as -f <path/to/file.s> as Operations
As Command: Assemble File Specific Output
as <path/to/file.s> -o <path/to/output_file.o> as Operations
As Command: Assemble File Writing Output To Default
as <path/to/file.s> as Operations
As Command: Assemble File Writing Output To Specific File
as <path/to/file.s> -o <path/to/output_file.o> as Operations
As Command: Generate Output Faster Skipping Preprocessing
as -f <path/to/file.s> as Search
As Command: Include Directory For File Search Includes
as -I <path/to/directory> <path/to/file.s> as Operations
As Command: Include Directory For Includes
as -I <path/to/directory> <path/to/file.s> Suggest a As Command
Submit missing workflows, corrections, or verified alternatives for this tool.
FAQ
Coverage: Focused examples for common As workflows.
Verified version: current stable LTS.
Verification: Test commands in a disposable workspace and submit notes for edge cases.