NAME
iasl
—
Intel ASL compiler and disassembler
(iASL)
SYNOPSIS
iasl |
[options] ⟨input file⟩ |
DESCRIPTION
Theiasl
is a fully-featured compiler for the ACPI
Source Language (ASL). It translates ASL to ACPI Machine Language (AML), but
iasl
can also act as a disassembler, translating AML
to ASL.
OPTIONS
Global
General Output
AML Output Files
AML Code Generation
Listings
AML Disassembler
Help
SEE ALSO
acpi(4), acpidump(8), amldb(8)
Intel Corporation, iASL Compiler/Disassembler User Reference, Revision 2.00, http://www.acpica.org/download/aslcompiler.pdf, September 18, 2009.
HISTORY
The iasl
compiler/disassembler is part of
the Intel ACPI Component Architecture (ACPICA). It first appeared in
NetBSD 6.0.
AUTHORS
Among Intel engineers, Robert Moore
<robert.moore@intel.com>
was the chief architect behind iasl
. This manual
page was written for NetBSD by
Jukka Ruohonen
<jruohonen@iki.fi>.