https://github.com/gerph/rickmurray-errorcancel
Automatic cancelling of Wimp_ReportError boxes (by Rick Murray)
https://github.com/gerph/rickmurray-errorcancel
riscos riscos-ci
Last synced: 14 days ago
JSON representation
Automatic cancelling of Wimp_ReportError boxes (by Rick Murray)
- Host: GitHub
- URL: https://github.com/gerph/rickmurray-errorcancel
- Owner: gerph
- Created: 2020-06-09T21:12:35.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2026-04-24T22:52:59.000Z (about 2 months ago)
- Last Synced: 2026-04-25T00:35:20.810Z (about 2 months ago)
- Topics: riscos, riscos-ci
- Language: Assembly
- Homepage:
- Size: 24.4 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
# ErrorCancel
## Introduction
Rick Murray wrote a small module to trigger the cancel on error boxes
after a short delay. This is that module, with no changes other than
the SWI numbers being defined.
The original source can be found on [Rick Murray's site](https://heyrick.eu/random/errorcancel.s.txt).
## Usage
* Load the module.
* Trigger an error
* Wait 5 seconds.
* Watch it cancel.
## Continuous Integration
This release is intended to demonstrate the continuous integration environment
provided by the JFPatch-as-a-service system. Two mechanisms are provided for
building the module - through GitLab CI, and through GitHub's workflows.
Documentation for the .robuild.yaml file format can be found on the
JFPatch-as-a-service website, and the example here just invokes the
assembler and the linker to make the module.
For GitHub workflows, see the file .github/workflows/ci.yml.
For GitLab CI, see the file .gitlab-ci.yml.