Skip to content

Commit bb4d115

Browse files
authored
Merge pull request #28 from RISC-OS-Community/develop
Cumulative merge of changes from Develop to Main
2 parents bd01d71 + 72a220a commit bb4d115

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

doc/RISCOSCodingResources.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ This section is more about software development processes and collaboration with
3232
* Useful info about the RISC OS "Nested WindowManager", a must read to understand how to write slightly more "modern-ish" looking desktop Apps on RISC OS, you can find the article [here](http://www.vigay.com/inet/acorn/nested.html)
3333
* ROOL Collection of DEVELOPER documentation can be found [here](https://www.riscosopen.org/wiki/documentation/show/Programmer%20documentation) for free.
3434
* RISC OS Modules DB from Peter Howkins, an impressively detailed resource with all OS components details and supports queries, available for free [here](https://www.marutan.net/db2/index.php)
35+
* RISC OS PRM in XML format project from Charles Ferguson (Gerph), include info about RISC OS 6 [here](https://github.com/gerph/riscos-prminxml-staging/)
3536

3637
### Get Compilers and Development Environments
3738

@@ -64,6 +65,10 @@ This section is more about software development processes and collaboration with
6465
* BBC BASIC V (A Dabhand Guide), available free [here](http://www.riscos.com/support/developers/basicv/index.htm)
6566
* BBC BASIC Reference (ROOL Edition), available free [here](https://www.riscosopen.org/zipfiles/platform/common/BASICRefManual.3.pdf)
6667

68+
### BBC BASIC code examples
69+
70+
* Charles Ferguson (Gerph) set of code examples [here](https://github.com/gerph/riscos-examples)
71+
6772
## Programming in C on RISC OS
6873

6974
* ANSI C99 Standard specification

0 commit comments

Comments
 (0)