5 releases

0.1.0-alpha5 Sep 7, 2024
0.1.0-alpha4 Aug 24, 2024
0.1.0-alpha3 Aug 20, 2024
0.1.0-alpha1 Aug 19, 2024

#222 in Programming languages

Download history 270/week @ 2024-08-17 127/week @ 2024-08-24 3/week @ 2024-08-31 135/week @ 2024-09-07

535 downloads per month

Custom license

235KB
4K SLoC

glulx-asm

This crate implements an assembler for the Glulx virtual machine for interactive fiction. It supports version 3.1.3 of the Glulx specification.

Currently, the functionality of this crate is limited to generating binary Glulx files from the in-memory data structures defined herein. Aside from providing Debug impls, it does not support reading or writing human-readable assembly listings. It is designed and suitable as a library for use by translation tools that generate Glulx, but cannot be used as a standalone assembler. It may be extended with such functionality in the future.

License

In general, glulx-asm is licensed under the Apache License 2.0 with LLVM Exception. If you take this crate as a dependency without modifying it, this is the only license you need to worry about.

Portions of this crate's documentation are derived from the Glulx specification, which is licensed under Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License. If you redestribute this crate's source code in unmodified form, or in modified form without removing this documentation, you must comply with that license in addition to complying with the Apache license.

Dependencies

~2MB
~29K SLoC