An open API service indexing awesome lists of open source software.

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

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.

![Screenshot of loading the module](https://raw.githubusercontent.com/gerph/riscos-vectortrap-example/refs/heads/master/LoadingTheModule.png)