https://github.com/gerph/riscos-vectortrap-example
An example of the use of RISC OS vector trapping in C
https://github.com/gerph/riscos-vectortrap-example
riscos
Last synced: 2 days ago
JSON representation
An example of the use of RISC OS vector trapping in C
- Host: GitHub
- URL: https://github.com/gerph/riscos-vectortrap-example
- Owner: gerph
- License: mit
- Created: 2026-04-10T12:33:35.000Z (3 months ago)
- Default Branch: master
- Last Pushed: 2026-06-11T21:14:32.000Z (21 days ago)
- Last Synced: 2026-06-11T23:10:31.161Z (21 days ago)
- Topics: riscos
- Language: C
- Homepage:
- Size: 68.4 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
# Vector trapping example
Very simple vector trap that capitalises after a vowel.
After every vowel we capitalise a letter. This is NOT correct as
we could be messing with things that are not plain characters -
we should be checking whether we are in a VDU sequence and ignoring
if so. However, this is purely for demonstration purposes.
That's it.
## Example use
Here's what happens when you load it.
