Skip to content

kingcons/cljs-6502

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cljs-6502

A work-in-progress Clojurescript port of cl-6502.

The Core API and opcodes are implemented though AddressingMode bugs remain. The assembler and disassembler will be added later.

Quickstart

Getting a REPL for a simple project going with Clojurescript is more involved than for Clojure. Try the following:

git clone git://github.com/redline6561/cljs-6502/;
cd cljs-6502 && lein repl

Once the repl is running, connect to it with your client of choice and run (cemerick.piggieback/cljs-repl).

Usage

FIXME

License

Copyright © 2013 Brit Butler

Distributed under the Eclipse Public License, the same as Clojure.

About

A Clojurescript port of cl-6502

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published