jeromelesaux / dsk

dsk lib in Golang

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DSK and SNA lib a golang library to handle dsk image file (cli to get the executable)

Compilation

to compile the executable : go build -o dsk cli/main.go

DSK format supported

- DSK
- eDSK

SNA format supported

- Sna version 1 
- Sna version 2 
- Sna Version 3 (only in read)

About

dsk lib in Golang

License:GNU General Public License v2.0


Languages

Language:Go 98.8%Language:Makefile 1.2%