File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ AsmArm64 is a powerful ARM64 Assembler and Disassembler .NET library.
13
13
- ** Easily disassemble** instructions and operands, including the knowledge of which operands are being read/write.
14
14
- ** High performance** / ** zero allocation** library for disassembling / assembling instructions.
15
15
- ` 15,000+ ` unit tests battle testing this library
16
- - Compatible with ` net8.0+ `
16
+ - Compatible with ` net8.0+ ` and NativeAOT.
17
17
18
18
## 💻 Example
19
19
Original file line number Diff line number Diff line change 1
- <Project Sdk =" Microsoft.NET.Sdk" >
1
+ <Project Sdk =" Microsoft.NET.Sdk" >
2
2
<PropertyGroup >
3
3
<OutputType >Library</OutputType >
4
4
<TargetFramework >net8.0</TargetFramework >
10
10
</PropertyGroup >
11
11
12
12
<PropertyGroup >
13
- <Description >This is a default project description </Description >
13
+ <Description >The most powerful ARM 64 (v8, v9) Assembler / Disassembler for .NET </Description >
14
14
<Copyright >Alexandre Mutel</Copyright >
15
15
<NeutralLanguage >en-US</NeutralLanguage >
16
16
<Authors >Alexandre Mutel</Authors >
17
- <PackageTags >tag1;tag2;tag3 </PackageTags >
17
+ <PackageTags >arm64;aarch64;assembler;disassembler;ARM </PackageTags >
18
18
<PackageReadmeFile >readme.md</PackageReadmeFile >
19
19
<PackageIcon >AsmArm64.png</PackageIcon >
20
20
<PackageProjectUrl >https://github.com/xoofx/AsmArm64</PackageProjectUrl >
You can’t perform that action at this time.
0 commit comments