All official URCL documentation can be found in the Release
folder, these are .md and .pdf files.
URCL is a simple universal intermediate language. It is designed to be as similar as possible to typical RISC assembly in order to make it as easy as possible to translate to any specific assembly language.
The files marked with a specific URCL version number should never be updated but files marked as "Unnamed"
are subject to future updates.
This means that, all URCL projects should specify the exact version of URCL they use to prevent them breaking in the future.
If there are any errors or contradictions between this documentation and any other documentation for URCL, the offical version found here should be defined as the correct version.