Skip to content

Cross-platform assembly code emulator for the 6502 CPU.

License

Notifications You must be signed in to change notification settings

mcanthony/rockwell

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rockwell

Get it on Chrome Web Store Get it on Google Play Get it on Firefox Marketplace

Rockwell, previously named Moss, is a 6502 Microprocessor multi-platform emulator. It can run assembly code written for the 6502 processor, as well as importing/exporting programs. Rockwell is named after the Rockwell R65F11, an enhanced version of the 6502 CPU.

Rockwell is based on the 6502asm emulator, developed by Stian Søreng. It has full support for all 6502 assembly except inturrupts (CLI, RTI and SEI instructions are unavailable).

Features:

  • Full support for all 6502 assembly except inturrupts (meaning CLI, RTI and SEI instructions are unavailable)
  • Open and save programs from your local files
  • Works on desktops, tablets, and phones
  • View the compiler output in an easy-to-read format
  • Nine fun program examples to start out with

Rockwell is open source under the GPLv3 license. Rockwell is also available on the Chrome Web Store, Google Play Store for Android 4.0+ devices, and the Firefox Marketplace.


New in Rockwell 2.0:

  • New name: Rockwell is named after the Rockwell R65F11, an enhanced version of the 6502 CPU. It's much cooler-sounding than Moss ;)
  • Updated UI: Rockwell adds major improvements to the user interface.
  • Improved file management: Rockwell has brand new file management capabilities, rewritten to work better on more devices.
  • Auto-save: Rockwell now saves your program to your device automatically, so you can close it and come right back to where you were.
  • Re-written core: Large portions of the code have been re-written in JQuery, making the code cleaner and faster.

New in Rockwell 1.0:

  • Initial release!

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.

About

Cross-platform assembly code emulator for the 6502 CPU.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 62.6%
  • CSS 35.8%
  • HTML 1.6%