Skip to content

Commit

Permalink
Update pages/common/llvm-mc.md
Browse files Browse the repository at this point in the history
Co-authored-by: Sebastiaan Speck <[email protected]>
  • Loading branch information
P2Tree and sebastiaanspeck authored Dec 29, 2024
1 parent ae49d8b commit 1270e48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/common/llvm-mc.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

- Assemble assembly code from standard input stream and show encoding to standard output stream:

`echo "addl %eax, %ebx" | llvm-mc -show-encoding -show-inst`
`echo "{{addl %eax, %ebx}}" | llvm-mc -show-encoding -show-inst`

- Disassemble machine code from standard input stream for specified triple:

Expand Down

0 comments on commit 1270e48

Please sign in to comment.