diff options
author | Johannes Stoelp <johannes.stoelp@gmail.com> | 2023-09-25 18:17:14 +0200 |
---|---|---|
committer | Johannes Stoelp <johannes.stoelp@gmail.com> | 2023-09-25 18:17:14 +0200 |
commit | cdfb2d84b16cf363558d9d2534a26963b53d05b2 (patch) | |
tree | a71edd187251261572ccfc985fa430e730063e07 /src | |
parent | eff1424348716447965b158f602604c37d720910 (diff) | |
download | notes-cdfb2d84b16cf363558d9d2534a26963b53d05b2.tar.gz notes-cdfb2d84b16cf363558d9d2534a26963b53d05b2.zip |
arm: link to instruction browser
Diffstat (limited to 'src')
-rw-r--r-- | src/arch/arm64.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/arch/arm64.md b/src/arch/arm64.md index d6c7083..ada6bf5 100644 --- a/src/arch/arm64.md +++ b/src/arch/arm64.md @@ -221,6 +221,7 @@ Hi ASM-World! - [GNU Assembler][gas_doc] - [GNU Assembler Directives][gas_directives] - [GNU Assembler `AArch64` dependent features][gas_arm64] +- [ARM64-A Instruction Browser][arm64a_instructions] [aapcs64]: https://github.com/ARM-software/abi-aa/blob/master/aapcs64/aapcs64.rst @@ -230,3 +231,4 @@ Hi ASM-World! [gas_doc]: https://sourceware.org/binutils/docs/as [gas_directives]: https://sourceware.org/binutils/docs/as/Pseudo-Ops.html#Pseudo-Ops [gas_arm64]: https://sourceware.org/binutils/docs/as/AArch64_002dDependent.html +[arm64a_instructions]: https://developer.arm.com/documentation/ddi0602/latest/Base-Instructions |