Skip to content
/ 6502js Public
forked from skilldrick/6502js

A JavaScript 6502 assembler and simulator

License

GPL-3.0, Unknown licenses found

Licenses found

GPL-3.0
LICENSE
Unknown
LICENSE.prism
Notifications You must be signed in to change notification settings

ctyler/6502js

 
 

Repository files navigation

6502js

A JavaScript 6502 assembler and simulator which runs in a web browser, forked from: https://github.com/skilldrick/6502js

Enhancements include a speed control (slider), load/save buttons, an 80x25 character memory-mapped terminal screen, and some basic ROM routines.

A hosted copy is available at http://6502.cdot.systems - Click the "Notes" button and scroll through the text box at the bottom of the display for basic documentation, including links to some sample code. Some sample code to run within the emulator is available at https://github.com/ctyler/6502js-code

This version contains experimental syntax highlighting utilizing Code Bedder (https://codebedder.com/) and Prism.js (https://prismjs.com/).

The 6502js assembler and simulator is distributed under the terms of the GPL version 3; see the LICENSE file. The code-bedder (https://codebedder.com) code is licensed freely ("This library is free to use however you like."). The Prism.js library is distributed under the MIT license (see the LICENSE.prism file).

About

A JavaScript 6502 assembler and simulator

Resources

License

GPL-3.0, Unknown licenses found

Licenses found

GPL-3.0
LICENSE
Unknown
LICENSE.prism

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 73.6%
  • HTML 25.0%
  • CSS 1.4%