All Projects → datatrash → mos

datatrash / mos

Licence: MIT license
An assembler, code formatter, language server and debug adapter for the MOS 6502 CPU.

Programming Languages

rust
11053 projects
typescript
32286 projects

Labels

Projects that are alternatives of or similar to mos

pettil
6502 Forth-83 dialect for the Commodore PET 2001
Stars: ✭ 31 (+14.81%)
Mutual labels:  retro, 6502
6502-emulator
An Understandable 6502 Emulator
Stars: ✭ 26 (-3.7%)
Mutual labels:  retro, 6502
Anese
Another NES Emulator - written for fun & learning - first implementation of wideNES
Stars: ✭ 323 (+1096.3%)
Mutual labels:  retro, 6502
cbmtapepi
Use a Raspberry Pi as fast mass storage solution for your Commodore 8-bit computer using just the datassette port.
Stars: ✭ 41 (+51.85%)
Mutual labels:  retro, 6502
X6502
Yet another 6502 emulator that one day dreams of being an Atari 2600.
Stars: ✭ 220 (+714.81%)
Mutual labels:  retro, 6502
Raemixx500
Open Hardware Remake of the Commodore Amiga 500+ Mainboard
Stars: ✭ 161 (+496.3%)
Mutual labels:  retro
Postfacto
Self-hosted retro tool aimed at helping remote teams
Stars: ✭ 224 (+729.63%)
Mutual labels:  retro
Rx
👾 Modern and minimalist pixel editor
Stars: ✭ 2,063 (+7540.74%)
Mutual labels:  retro
Mocha1995
☕️ The world's first JavaScript engine written in 1995 by Brendan Eich, now compiled back to JS and WASM!
Stars: ✭ 136 (+403.7%)
Mutual labels:  retro
FreeOberon
Cross-platform IDE for development in Oberon programming language made in the classical FreePascal-like pseudo-graphic style.
Stars: ✭ 102 (+277.78%)
Mutual labels:  retro
Tic 80
TIC-80 is a fantasy computer for making, playing and sharing tiny games.
Stars: ✭ 3,176 (+11662.96%)
Mutual labels:  retro
Retro Css
A list of retro-inspired CSS frameworks and design systems
Stars: ✭ 218 (+707.41%)
Mutual labels:  retro
Rust Doom
A Doom Renderer written in Rust.
Stars: ✭ 2,048 (+7485.19%)
Mutual labels:  retro
Cool Retro Term
A good looking terminal emulator which mimics the old cathode display...
Stars: ✭ 15,532 (+57425.93%)
Mutual labels:  retro
React Retro Hit Counter
🆕 Go back in time with this 90s-style hit counter.
Stars: ✭ 144 (+433.33%)
Mutual labels:  retro
Diydoom
An attempt to understand how DOOM engine works
Stars: ✭ 245 (+807.41%)
Mutual labels:  retro
Opensurge
A fun 2D retro platformer inspired by Sonic games and a game creation system.
Stars: ✭ 143 (+429.63%)
Mutual labels:  retro
One Html Page Challenge
Can you create something cool without modern tools?
Stars: ✭ 205 (+659.26%)
Mutual labels:  retro
Dojs
A DOS JavaScript Canvas with sound
Stars: ✭ 237 (+777.78%)
Mutual labels:  retro
Kiddopaint
Kiddo Paint
Stars: ✭ 189 (+600%)
Mutual labels:  retro

mos' dev!

MOS logo

mos is a tool suite for the MOS 6502 (and compatible) CPU written in Rust. More details on the official site.


Building the assembler from source (Linux/MacOS/Windows):

  • Ensure this is green: Build status
  • Install Rust
  • Clone this repository
  • cargo build --release
  • The mos executable will be in target/release
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].