a2kit 2.1.0

Apple II disk image and language utility
Documentation
# a2kit

Command line interface and library for manipulating retro disk images, file systems, and languages, with emphasis on Apple II.

* Designed to be scriptable
* Languages - Applesoft, Integer BASIC, Merlin Assembly
    - full syntax comprehension
    - tokenization, detokenization
* File Systems - DOS 3.x, ProDOS, CP/M, Pascal
    - full read and write access
    - high or low level manipulations
    - interface for handling sparse (random access) files
* Disk Images - DSK (and variants), WOZ (1 and 2), IMD

## Documentation

[Command Line Interface](https://github.com/dfgordon/a2kit/wiki)

[Library Crate](https://docs.rs/a2kit/latest/a2kit)

## Links

[Applesauce](https://applesaucefdc.com/) - device for working with real floppies. The accompanying software is free and works with many kinds of disk images.

[Call-A.P.P.L.E.](https://www.callapple.org/) - user group dating to 1978, offering books, software, magazine, archival documents, forums, etc.

[CiderPress](https://github.com/fadden/ciderpress) - long standing Windows software for manipulating disk images

[Virtual II](https://www.virtualii.com/), [AppleWin](https://github.com/AppleWin/AppleWin), [MicroM8](https://paleotronic.com/software/microm8/), [MAME](https://www.mamedev.org/) - emulators