Search Articles — Sudonull

Search Results

In this project

Assembler Optimization: How One Letter Speeds Up Code 3x

https://sudonull.com/assembler-optimization-how-one-letter-speeds-up-code-3x

Experiment with Real Measurements Shows How False Dependencies Between Registers Affect Performance. Learn How to Eliminate Bottlenecks in Low-Level Code.

Assembler x86-64 GUI X11 fasmg

https://sudonull.com/assembler-x86-64-gui-x11-fasmg

Creating a minimal GUI on x86-64 assembler with X11: syscall macros, vararg printf, mmap structures. Size optimization for Linux. Instructions for developers.

AsmX Raptor: Native assembler and strict typing in system programming

https://sudonull.com/asmx-raptor-native-assembler-and-strict-typing-in-system-programming

AsmX Raptor integrates assembler into the compiler's AST, offering unprecedented control and security for systems developers. Learn about the new compilation pipeline, evolution of the type system, and support for version-independent Linux kernel modules.

Rungler Synthesizer on Game Boy in Assembler

https://sudonull.com/rungler-synthesizer-on-game-boy-in-assembler

Implementation of modular synthesis on Game Boy: LFSR, APU modulation, VBlank optimization. For middle/senior dev: asm Sharp SM83, real-time synthesis. Study the code and limitations.

From the web

Introduction of Assembler - GeeksforGeeks

https://www.geeksforgeeks.org/compiler-design/introduction-of-assembler/

Jul 11, 2025 · Assembler is a program that converts Assembly Language into machine language. There are two types of assemblers on the basis of a number of phases used to convert to machine code.

Assemblr | Immersive AR & VR Platform

https://www.assemblrworld.com/

Embed Assemblr Studio or EDU projects into your website and let your ideas pop, spin, and shine in stunning 3D views! The all-in-one AR platform for teachers, parents, and students to build interactive …

Assembly language - Wikipedia

https://en.wikipedia.org/wiki/Assembly_language

Assembly code is converted into executable machine code by a utility program referred to as an assembler.

How to Start Programming in Assembly: 13 Steps (with Pictures) - wikiHow

https://www.wikihow.com/Start-Programming-in-Assembly

Feb 19, 2026 · Determine which assembler you wish to use. Assemblers like A86, NASM or GNU generally perform less complex functions and may be appropriate starting points for beginners.

NASM — The Netwide Assembler

https://www.nasm.us/

Jun 29, 2026 · This is the project webpage for the Netwide Assembler (NASM), an assembler for the x86 CPU architecture portable to nearly every modern platform, and with code generation for many …

Assemblr EDU: Immersive 3D/AR Platform for Teachers & Learning

https://edu.assemblrworld.com/

Turn lessons into exciting adventures! Assemblr EDU uses immersive 3D/AR visualization to make learning highly interactive, fun, and memorable for students. Start making your class more fun!

Assembly Programming Tutorial - Online Tutorials Library

https://www.tutorialspoint.com/assembly_programming/index.htm

Assembly language is converted into executable machine code by a utility program referred to as an assembler like NASM, MASM, etc. This tutorial has been designed for those who want to learn the …

Online Assembler (NASM) Compiler - myCompiler

https://www.mycompiler.io/online-assembly-asm-compiler

Feb 16, 2001 · myCompiler is a free online Assembly compiler, editor and code runner that lets you write, run, and share Assembly code directly in your browser. It works as your Assembly playground, …

Assembly Online Compiler & Emulator

https://onecompiler.com/assembly

OneCompiler's Assembly online simulator helps you to write, compile, debug and run Assembly code online.

Programming in assembly language tutorial - GitHub

https://github.com/mschwartz/assembly-tutorial

The assembler is a program that reads assembly source code and generates a binary output file or ELF .o file. The assembler reads a line at a time and writes the encoded program instructions for that line …

Trending Now