mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2024-11-23 22:00:10 +00:00
[NFC] Fix typos in llvm-mc doc (#72457)
This commit is contained in:
parent
d34ac0ee72
commit
f802fed2b5
@ -11,13 +11,12 @@ SYNOPSIS
|
||||
DESCRIPTION
|
||||
-----------
|
||||
|
||||
The :program:`llvm-mc` command take input as the assembly code for a specified
|
||||
architecture and generate object file or executable as a output for a specified
|
||||
architecture.
|
||||
The :program:`llvm-mc` command takes assembly code for a specified architecture
|
||||
as input and generates an object file or executable.
|
||||
|
||||
:program:`llvm-mc` provide powerful set of the tool for working with the
|
||||
machine code such as encoding of their instruction and their internal
|
||||
representation, disassemble string to bytes etc.
|
||||
:program:`llvm-mc` provides a set of tools for working with machine code,
|
||||
such as encoding instructions and displaying internal representations,
|
||||
disassembling strings to bytes, etc.
|
||||
|
||||
The choice of architecture for the output assembly code is automatically
|
||||
determined from the input file, unless the :option:`--arch` option is used to
|
||||
|
Loading…
Reference in New Issue
Block a user