generated from Tired-Fox/cargors
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnotes.norg
23 lines (22 loc) · 903 Bytes
/
notes.norg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
* Tools
- {https://github.com/netwide-assembler/nasm}[Nasm]
- {https://www.rust-lang.org/}[Rust]
* References
- {https://en.wikipedia.org/wiki/BSD_licenses}[BSD License]
- {https://en.wikipedia.org/wiki/MIT_License}[MIT License]
- Linkers
~~ {https://learn.microsoft.com/en-us/cpp/build/reference/linker-options?view=msvc-170}[MSVC (LINK.exe)] ~ Windows
--- {https://gist.github.com/mmozeiko/7f3162ec2988e81e56d5c4e22cde9977}[MSVC + WinSDK] without Visual Studio
--- {https://lld.llvm.org/windows_support.html}[LLD (LLVM Linker)]
--- {https://www.godevtool.com/}[GoLink] ~ *Best Option*
~~ {https://developer.apple.com/forums/tags/linker}[Linker (dyld)] ~ Apple
~~ {https://ftp.gnu.org/old-gnu/Manuals/ld-2.9.1/html_mono/ld.html}[GNU Linker] ~ Linux
--- {https://linux.die.net/man/1/ld}[Man page]
- Langueges
~~ Rust
~~ Nim
~~ Python
~~ Odin
~~ Zig
~~ Go
~~ C++