Latest unstable binaries (volatile)
Pre-release
Pre-release
About this release
This isn't really a release but a container for the binary artifacts from the latest build (see this GH Release issue). It's not only unstable (if tested!) but also volatile.
This means that the artifacts in the "volatile" release can be used for testing or prototyping but they won't last. In order to keep a trace to the Git version at the end of the file forth.asm
packed in the attached binary archives there is an identification record like the following:
; ##########################################
; # Release info added by GitHub action:
; # repository: TG9541/stm8ef
; # branch name: refs/heads/master
; # sha: 8ee3453ce577181ef5e9bddda94f56d448dbf962
; ##########################################
The Git version used for creating the binary archive in this example is 8ee3453.
Please take note that not all archives provided in the release are up-to-date:
File | Description |
---|---|
stm8ef-bin.tgz | full binary release, suitable for STM8 eForth Modular Build method |
stm8ef-bin.zip | binary release |
stm8ef-rst.tgz | list file for debugging |
Source code (zip) | GitHub source snapshot from original tag (outdated) |
Source code (tar.gz) | GitHub source snapshot from original tag (outdated) |