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.
Recreating strlen and strcmp in Assembly: A Step-by-Step Guide

Recreating strlen and strcmp in Assembly: A Step-by-Step Guide

2
Comments
4 min read
Mastering the basics: A Deep into Low-Level Programming Essentials (Part 1)

Mastering the basics: A Deep into Low-Level Programming Essentials (Part 1)

Comments
3 min read
The Origin and factors for the birth of Assembly language

The Origin and factors for the birth of Assembly language

Comments
3 min read
64-bit Assembly Programming: AArch64

64-bit Assembly Programming: AArch64

Comments
7 min read
Embedded Rust: Programming Microcontrollers with Zero Compromises

Embedded Rust: Programming Microcontrollers with Zero Compromises

1
Comments
8 min read
I made a hobby OS

I made a hobby OS

1
Comments
1 min read
Basics of Assembly Language: A Beginner's Guide

Basics of Assembly Language: A Beginner's Guide

17
Comments
3 min read
Modifying the 6502 Assembly Program

Modifying the 6502 Assembly Program

1
Comments
3 min read
6502 Assembly: Calculating Code Performance

6502 Assembly: Calculating Code Performance

1
Comments
7 min read
OS Development (The truth)

OS Development (The truth)

Comments
9 min read
Building a 32-Bit Operating System: A Beginner-Friendly Project

Building a 32-Bit Operating System: A Beginner-Friendly Project

Comments
2 min read
Web Applications in 6502 Assembly!

Web Applications in 6502 Assembly!

Comments
3 min read
ErfanOS

ErfanOS

Comments
2 min read
LKM Addict, learning the basics of lkm

LKM Addict, learning the basics of lkm

1
Comments
4 min read
Emulating classes with functions in Kotlin for maximum performance 🚀

Emulating classes with functions in Kotlin for maximum performance 🚀

11
Comments 2
6 min read
6502 Assembly - Intro

6502 Assembly - Intro

1
Comments
3 min read
Reverse Engineering?

Reverse Engineering?

Comments
1 min read
Do it Yourself: CPU

Do it Yourself: CPU

Comments
6 min read
Assembly Language: A Comprehensive Overview

Assembly Language: A Comprehensive Overview

3
Comments
4 min read
New Age New ASM: Syscall

New Age New ASM: Syscall

Comments 2
3 min read
Arrays em Assembly x86

Arrays em Assembly x86

51
Comments
19 min read
Running inline assembly code in C

Running inline assembly code in C

Comments
1 min read
Recursion vs Loop: a low-level analysis

Recursion vs Loop: a low-level analysis

Comments 2
4 min read
An Overview of Bitwise Operations

An Overview of Bitwise Operations

Comments 2
13 min read
Marrying Perl to Assembly

Marrying Perl to Assembly

4
Comments
5 min read
ShellCode 1.0

ShellCode 1.0

1
Comments
3 min read
Automatic Function Multi-Versioning: The Lazy Programmer’s Dream!

Automatic Function Multi-Versioning: The Lazy Programmer’s Dream!

Comments
1 min read
Construindo um web server em Assembly x86, the grand finale, multi-threading

Construindo um web server em Assembly x86, the grand finale, multi-threading

80
Comments 1
29 min read
Project Stage 1: Preparation(part-2)

Project Stage 1: Preparation(part-2)

Comments
5 min read
error: mismatch in operand sizes [pt-br]

error: mismatch in operand sizes [pt-br]

Comments
2 min read
64-Bit Assembly Language Lab 3 part-3

64-Bit Assembly Language Lab 3 part-3

1
Comments
3 min read
64-Bit Assembly Language Lab 3 part-2

64-Bit Assembly Language Lab 3 part-2

Comments
5 min read
Exploring 64 Bit Asseembly lanaguage

Exploring 64 Bit Asseembly lanaguage

1
Comments
3 min read
Construindo um web server em Assembly x86, parte V, finalmente o server

Construindo um web server em Assembly x86, parte V, finalmente o server

54
Comments 3
18 min read
Embracing Creativity: The Evolution of "Dumb Daniel"

Embracing Creativity: The Evolution of "Dumb Daniel"

Comments
3 min read
So Long Venerable Z80 and Thanks For All the Fish!

So Long Venerable Z80 and Thanks For All the Fish!

1
Comments
2 min read
Easiest program in 6502 emulator part-3

Easiest program in 6502 emulator part-3

Comments
2 min read
Easiest program in 6502 emulator part-2

Easiest program in 6502 emulator part-2

1
Comments
4 min read
Easiest program in 6502 emulator part-1

Easiest program in 6502 emulator part-1

Comments
2 min read
6502 Assembly Language Basics

6502 Assembly Language Basics

2
Comments
6 min read
Construindo um web server em Assembly x86, parte IV, um assembly modesto

Construindo um web server em Assembly x86, parte IV, um assembly modesto

37
Comments 5
45 min read
Construindo um web server em Assembly x86, parte III, cĂłdigo de mĂĄquina

Construindo um web server em Assembly x86, parte III, cĂłdigo de mĂĄquina

51
Comments 8
20 min read
Reaching and surpassing the limits of JavaScript BigData with WebAssembly

Reaching and surpassing the limits of JavaScript BigData with WebAssembly

Comments
7 min read
Understanding the Flag Register in x86 Assembly Language

Understanding the Flag Register in x86 Assembly Language

4
Comments
2 min read
Construindo um web server em Assembly x86, parte II, histĂłria e arquitetura

Construindo um web server em Assembly x86, parte II, histĂłria e arquitetura

78
Comments 4
11 min read
Construindo um web server em Assembly x86, parte I, introdução

Construindo um web server em Assembly x86, parte I, introdução

131
Comments
3 min read
Mini Micro and the 6502: Adding Keyboard Input

Mini Micro and the 6502: Adding Keyboard Input

Comments
5 min read
Mini Micro and the 6502: Adding retro to the neo-retro

Mini Micro and the 6502: Adding retro to the neo-retro

2
Comments 3
4 min read
Bootloader 101

Bootloader 101

5
Comments
5 min read
Load assembly at runtime with .Net 6*

Load assembly at runtime with .Net 6*

Comments
2 min read
Introduction To Digital Electronics

Introduction To Digital Electronics

Comments
2 min read
WebAssembly vs JavaScript: What’s the Difference Between Both?

WebAssembly vs JavaScript: What’s the Difference Between Both?

Comments 1
2 min read
What is Actually WebAssembly? Why Should You Use It?

What is Actually WebAssembly? Why Should You Use It?

Comments
2 min read
Hello World in Assembly (x86-64)

Hello World in Assembly (x86-64)

6
Comments 3
2 min read
Show off on Apple M1 with assembly

Show off on Apple M1 with assembly

4
Comments 1
5 min read
CALL me, maybe

CALL me, maybe

11
Comments 6
10 min read
Programando en Turbo Assembler en los 90

Programando en Turbo Assembler en los 90

1
Comments
4 min read
🐍 The Journey of Creating the Smallest Snake Game in the World🐍

🐍 The Journey of Creating the Smallest Snake Game in the World🐍

4
Comments 1
4 min read
Challenge RE #26

Challenge RE #26

Comments
2 min read
6502 Programming

6502 Programming

2
Comments
7 min read
loading...