Merge pull request #22 from Yanis42/contribute_readme_fix

Fixed minor issues in ``CONTRIBUTING.md``
This commit is contained in:
AetiasHax
2024-04-10 23:40:10 +02:00
committed by GitHub
+2 -1
View File
@@ -136,4 +136,5 @@ be inserted instead of `asm.inc`.
When contributing non-matching functions to this project, please build in both modes and fix any build errors you may get.
Delete the `.o` file between building in each mode so that the `Makefile` runs the compiler both times.
> [!NOTE] The inline assembler does not function the same as the standalone assembler. [See differences here.](inline_assembler.md#differences-from-standalone-assembler)
> [!NOTE]
> The inline assembler does not function the same as the standalone assembler. [See differences here.](docs/inline_assembler.md#differences-from-standalone-assembler)