diff options
author | Ian C <ianc@noddybox.co.uk> | 2016-03-07 15:08:08 +0000 |
---|---|---|
committer | Ian C <ianc@noddybox.co.uk> | 2016-03-07 15:08:08 +0000 |
commit | 3bad2fc2e05e0ddbf7d398f120b6d5d525476ff9 (patch) | |
tree | 2d38c75f363928db1f3f1f3f5a9d859e8fb0843e /README.md | |
parent | 819e0287598142fbb90b1ea715461af60f391897 (diff) |
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 25 |
1 files changed, 12 insertions, 13 deletions
@@ -8,32 +8,31 @@ Simply pass it the file to assemble, i.e. `casm source.txt` -Full documentation can be found in either [PDF](doc/manual.pdf) or -[HTML](doc/manual.html) format. +Full documentation can be found in [PDF](doc/manual.pdf) format. ## Processors Currently **casm** supports: - * Z80 (the default) - * 6502 +* Z80 (the default) +* 6502 Plans for: - * Gameboy Z80 derarative - * Ricoh 5A22 (SNES) - * SPC700 (SNES sound chip) +* Gameboy Z80 derarative +* Ricoh 5A22 (SNES) +* SPC700 (SNES sound chip) ## Output Formats Currently **casm** supports: - * Raw binary output - * ZX Spectrum TAP file +* Raw binary output +* ZX Spectrum TAP file Plans for: - * D64 Commodore 1571 disk image - * T64 Commodore 64 tape image - * SNES ROM - * NES ROM +* D64 Commodore 1571 disk image +* T64 Commodore 64 tape image +* SNES ROM +* NES ROM |