Skip to content

Commit

Permalink
fix footnote
Browse files Browse the repository at this point in the history
  • Loading branch information
stuxnot committed Oct 18, 2023
1 parent 9a1f642 commit 432879e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@ Instead, Nyxstone interfaces with low-level LLVM 15 internals (without patching

## Features

- Assembles and Disassembles for all Architectures supported by LLVM 15 (x86, arm, aarch64, avr, amdgpu, risc-v, etc.)^1^.
- Assembles and Disassembles for all Architectures supported by LLVM 15 (x86, arm, aarch64, avr, amdgpu, risc-v, etc.)[^1].
- Allows specifying inline and external labels/relocations.
- Assemble or Disassemble to Instruction information holding the instructions address, bytecode, and assembly.
- Specify the number of instructions to disassemble from given bytecode.

[1] Note that Nyxstone was mainly developed and tested for x86_64 and ARM thumb. While we are fairly certain to generate correct assembly as well as errors for these architectures, other architectures only work as good as LLVMs backends.
[^1] Note that Nyxstone was mainly developed and tested for x86_64 and ARM thumb. While we are fairly certain to generate correct assembly as well as errors for these architectures, other architectures only work as good as LLVMs backends.

## Using Nyxstone

Expand Down

0 comments on commit 432879e

Please sign in to comment.