Skip to content

Commit

Permalink
Fix README.
Browse files Browse the repository at this point in the history
  • Loading branch information
AlekSi committed May 3, 2012
1 parent ec9a136 commit 9bc1676
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -16,7 +16,7 @@ Runs a number of example programs successfully. Should be feature-complete at th
A dissassembler and (two) assemblers are also included as well as the emulator. The emulator
includes a debugger.

* `./asm.py example.asm example.obj` will assemble Notch's example to object code
* `./asm.py example.dasm16 example.obj` will assemble Notch's example to object code
* `./disasm.py example.obj` will disassemble the given object code
* `./dcpu16.py example.obj` will execute it (but won't show anything without extra options)

Expand Down

0 comments on commit 9bc1676

Please sign in to comment.