Skip to content

Commit

Permalink
Updated README with information about assembler
Browse files Browse the repository at this point in the history
  • Loading branch information
jtauber committed Apr 5, 2012
1 parent d03d06f commit 3f35377
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@ STATUS
Runs the example program successfully. Cycle times are not yet taken
into account but it otherwise should be feature-complete.

I plan to work on an assembler next and possibly a Forth implementation.
A dissassembler and assembler are also included.

./asm.py example.asm example.obj will assemble Notch's example to object code
./dcpu16.py example.obj will execute it (currently hard-coded to debug mode)

I plan to work on a Forth implementation soon.

I'm also keen to find out how Notch plans I/O to work.

0 comments on commit 3f35377

Please sign in to comment.