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

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

116 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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.

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%