diff options
Diffstat (limited to 'src/arch/x86_64.md')
-rw-r--r-- | src/arch/x86_64.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/arch/x86_64.md b/src/arch/x86_64.md index e6c26fe..888d302 100644 --- a/src/arch/x86_64.md +++ b/src/arch/x86_64.md @@ -498,6 +498,7 @@ itself. - [GNU Assembler Directives][gas_directives] - [GNU Assembler `x86_64` dependent features][gas_x86_64] - [`juicebox-asm` an `x86_64` jit assembler playground][juicebox] +- [zig x86 bare metal examples][x86-zig-bm] [sysvabi]: https://gitlab.com/x86-psABIs/x86-64-ABI @@ -519,3 +520,4 @@ itself. [linux-swapgs]: https://web.git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/arch/x86/entry/entry_64.S?h=v6.13#n87 [x86-syscall]: https://www.felixcloutier.com/x86/syscall [x86-swapgs]: https://www.felixcloutier.com/x86/swapgs +[x86-zig-bm]: https://git.memzero.de/testground/zig-playground/tree/x86-bare-metal |