All Topics
All Topics
Technology
Technology
Design
Design
Programming
Programming
Science
Science
News
News
Gaming
Gaming
Entertainment
Entertainment
Business
Business
Finance
Finance
Sports
Sports
Health
Health
Food
Food
Travel
Travel
Art
Art
Music
Music
Books
Books
Education
Education
Politics
Politics
Personal
Personal
No algorithm. No AI slop. No ads. Just RSS. Pro-human. Indie writers. Real journalism. Open web. Chronological. Hand toasted.

X86-64 Playground: Online Assembly Editor and Debugger for Learning System Programming

By

modinfo

7mo ago· 2 min readen

Summary

X86-64 Playground is a web-based tool that provides an online assembly editor and debugger for learning and experimenting with x86-64 assembly language. It allows users to write, compile, and share assembly code using popular assemblers like GNU As, Fasm, and Nasm. Unlike traditional online editors, it features a GDB-like debugger interface that enables step-by-step program execution with real-time inspection of memory and registers, all running directly in the browser without requiring any setup.

Key quotes

· 5 pulled
X86-64 Playground is a web app for experimenting and learning x86-64 assembly
The Playground web app provides an online code editor where you can write, compile, and share assembly code
Unlike traditional online editors, this playground allows you to follow the execution of your program step by step
Inspecting memory and registers of the running process from a GDB-like interface
Learn and experiment with assembly and system internals directly in your browser—no setup required
Snippet from the RSS feed
An online assembly editor, emulator, and debugger for the x86-64 architecture. Learn and experiment with assembly and system internals directly in your browser—no setup required

You might also wanna read