A modern webapp to write, run and learn M68K, MIPS, RISC-V, X86 assembly code
The Asm Editor is a web application built with SvelteKit and Rust WebAssembly designed to assist users in learning, writing, and running m68k assembly code. It leverages the monaco-editor for code editing and a custom WASM m68k interpreter for code execution. This tool is tailored to aid individuals in the exploration of assembly language by offering a comprehensive set of features and functionalities for easier code writing and debugging.
To install the Asm Editor theme, follow these steps:
npm install
npm run dev
The Asm Editor is a feature-rich web application that provides a user-friendly environment for learning and working with m68k assembly code. With its code editing capabilities, program execution tools, and integrated documentation, the Asm Editor offers a comprehensive solution for individuals interested in exploring assembly language programming.