Update CSUB example in README.md

This commit is contained in:
Jason
2025-12-08 20:40:35 +11:00
committed by GitHub
parent d3bdcd8ebe
commit 0d89862b75
+4 -5
View File
@@ -24,13 +24,12 @@ Multiple embedded routines can be used in a program, each defining a different m
## CSUB Code Example
```basic
CSUB test
00000000 20420047
CSUB simple
00000000 00004770
END CSUB
test()
PRINT "Returned value in R0 was 42"
simple()
PRINT " Returned successfully"
````
![Description](IMG_0019.JPG)
---