asm
asm - Dis assembler
Synopsis
asm [-l]
file
Description
The asm command reads one Dis assembly language
file
and translates it into instructions for the Dis virtual machine. The output is written to a file whose name is created by taking the last element of the input file, stripping any extension, and appending .dis. For example, the output file for abc would be abc.dis; the output file for dir/def.s, would be def.dis.
Option
The assembler has one option:
-l
Generate a listing, showing the generated object code.
See Also
emu
and
limbo
infernosupport@lucent.com
Copyright © 1996,Lucent Technologies, Inc. All rights reserved.