In part one, I talked about programming for Windows using pure x64 Assembly. In this part, we are going deeper into coding.
.NET
Android
ASP.NET
ASP.NET Identity
Assembly
Blazor
CSS
Dapper
Entity Framework
ETag
Flask
Game
IIS
Massive
Misc
NancyFX
NodeJS
numpy
Object Mapper
ORM
python
REST API
scikit-learn
scipy
sonification
SQLite
x64
The Joy of Low-Level Programming: Writing a Windows Game in x64 Assembly - Part 2
Sunday, 29 December 2024
The Joy of Low-Level Programming: Writing a Windows Game in x64 Assembly
Saturday, 28 December 2024
In a world where high-level languages dominate, writing code in Assembly might seem like a lost art. However, for those who find joy in exploring the low-level mechanics of programming, Assembly offers a unique challenge.
Top