repositorypackage
0.0.0-20221117213430-7202621a676c
Repository: https://github.com/jeromelesaux/z80format.git
Documentation: pkg.go.dev
# Packages
No description provided by the author
# README
z80format
Z80Format is a simple assembly code source formatter. It may convert the assembly code source to a ready Rasm code source. It's free to use.
Installation
You need a Golang environnement set up and compile it via the makefile command :
make
Golang specific :
go install github.com/jeromelesaux/z80format/cli/z80formatter@latest
Usage
You can use it like this
z80formatter -format myfile.asm > myformattedfile.asm
or
z80formatter < myfile.asm > myformatterfile.asm