Solutions like Dependabot or Renovate update but don't merge dependencies. You need to do it manually while it could be fully automated! Add a Merge Queue to your workflow and stop caring about PR management & merging. Try Mergify for free. Learn more →
Top 8 Assembly Nasm Projects
-
Pure64
Pure64 is a software loader that was initially created for BareMetal OS. The loader sets the computer into a full 64-bit state with no legacy compatibility layers and also enables all available CPU Cores in the computer.
This sets a desired screen resolution and prints “Hello, world!”. It’s a simple version of what I use for my OS. Full source code is here: https://github.com/ReturnInfinity/Pure64/blob/master/src/boot/uefi.asm
-
Cyjon
A simple, clean code, multi-tasking kernel written in pure Assembly language for 64-bit processors from the AMD64 family.
-
InfluxDB
Collect and Analyze Billions of Data Points in Real Time. Manage all types of time series data in a single, purpose-built database. Run at any scale in any environment in the cloud, on-premises, or at the edge.
-
-
jonesforth is a small indirect-threaded impl. for x86 linux systems, very thoroughly explains what each part does
-
-
-
-
Mergify
Updating dependencies is time-consuming.. Solutions like Dependabot or Renovate update but don't merge dependencies. You need to do it manually while it could be fully automated! Add a Merge Queue to your workflow and stop caring about PR management & merging. Try Mergify for free.
-
Assembly Nasm related posts
- A piece of advice
- I Want To Write An 64 bit OS In x86-64 Pure Assembly. Are there any tutorials?
- Trouble playing Gothic 2
- Writing to the BGA framebuffer doesn't show up on screen
- Are you assembly developer?
- Cyjon OS
- Cyjon v0.1407
-
A note from our sponsor - Mergify
blog.mergify.com | 26 Sep 2023
Index
What are some of the best open-source Nasm projects in Assembly? This list will help you:
Project | Stars | |
---|---|---|
1 | Pure64 | 499 |
2 | Cyjon | 390 |
3 | snake-asm | 244 |
4 | nasmjf | 44 |
5 | Ninja | 31 |
6 | x86-bootloader | 19 |
7 | x86-kernel | 10 |
8 | FlameOS-Rewrite3 | 2 |