M68k Editor

Write, edit and run assembly.

M68K development tool in your browser. No install required.

hello.m68k
fibonacci.m68k
	ORG $1000
	lea hello, a0
	trap #15
	dc.w 7
	ORG $1000
hello:
	dc.b "Hello, World!", 0

Features

Write, compile, debug and run

Dark mode

Support for both light and dark color themes.

Responsive design

Seamless integration across all your devices.

Local first

Code is stored and executed on your machine.

Progressive Web App

Mobile and desktop app at the ready.


No internet? No problem

After your initial visit, the site retains full, offline functionality.

Batteries included

All-in-one platform

Integrated Language Framework
Complete with a custom lexer, parser and interpreter. Providing a full local code environment from the start.
Optimized Readability
Out-of-the-box syntax highlighting for better readability.
Integrated Tooling
Built-in formatter and linter, ensuring an enhanced developer experience with zero setup.
Debugging Kit
Step into your program line-by-line with direct visibility into memory, registers and flags.