Compiled versions for Windows and Linux are available at https://pydio.chocolytech.info:4443/data/public/051666. No dependencies are required.
Note: the Windows version of the emulation currently fails with an OpenGL error. If anyone knows why...
All binaries support a --help
flag for more infos.
You need to install the rust compiler to build this software.
cargo run --release --bin <bin> -- <bin-args>
Available binaries are assembler, disassembler, emulator and sprite.
The sprite
utility can:
--font-file
) and a palette image (--palette-file
) to
a LEM1802-compatible format, either binary or hexadecimal--image
) to VRam + font + paletteThe library interface is documented here.