DEV Community

Assembly

Assembly is a low-level programming language that uses mnemonics to represent machine instructions.

Posts

đź‘‹ Sign in for the ability to sort posts by relevant, latest, or top.
NASM Assembly Language: A Quick Start for Developers

NASM Assembly Language: A Quick Start for Developers

Comments
2 min read
I taught my CPU to sing — in pure Assembly

I taught my CPU to sing — in pure Assembly

Comments 1
4 min read
Comprei um water cooler sem suporte para Linux. EntĂŁo fiz engenharia reversa do software.

Comprei um water cooler sem suporte para Linux. EntĂŁo fiz engenharia reversa do software.

1
Comments
7 min read
My quest to learn Assembly programming ; Introduction

My quest to learn Assembly programming ; Introduction

Comments
3 min read
What I Learned Writing Assembly After Only Knowing Java and JavaScript

What I Learned Writing Assembly After Only Knowing Java and JavaScript

Comments
3 min read
BoltOS: The new era of challenging hobby OS development. (FULL DOOM PORT AND DRIVERS!)

BoltOS: The new era of challenging hobby OS development. (FULL DOOM PORT AND DRIVERS!)

1
Comments
2 min read
Building a Linux Kernel Module in Pure x86

Building a Linux Kernel Module in Pure x86

Comments
8 min read
Building an Operating System In Rust Part 2

Building an Operating System In Rust Part 2

Comments
13 min read
Building an Operating System In Rust Part 1

Building an Operating System In Rust Part 1

Comments
10 min read
I made assembly language interactive — a free x86-64 lesson that runs entirely in your browser

I made assembly language interactive — a free x86-64 lesson that runs entirely in your browser

Comments
2 min read
NyxOS

NyxOS

Comments
1 min read
The fixed point: a compiler written in its own language just reproduced itself, byte for byte

The fixed point: a compiler written in its own language just reproduced itself, byte for byte

Comments
3 min read
Building a 100% Freestanding, Zero-CRT JIT & AOT Compiler Engine in C++20 for Anastasia Assembly (.ana)

Building a 100% Freestanding, Zero-CRT JIT & AOT Compiler Engine in C++20 for Anastasia Assembly (.ana)

Comments 2
2 min read
PAC - Pheonix Assembler Collection

PAC - Pheonix Assembler Collection

Comments
2 min read
C++ | Optimizing Move Until We Cannot