User Tools

Site Tools


sd:list_of_tinyc_built-in_functions

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
sd:list_of_tinyc_built-in_functions [2026/04/15 11:24] appledogsd:list_of_tinyc_built-in_functions [2026/04/17 14:17] (current) appledog
Line 1: Line 1:
-= List of TinyC Built-in Functions+= List of TinyC built-in Functions
 * From: [[TinyC for the SD-8516]] * From: [[TinyC for the SD-8516]]
  
-For actual built ins I mainly have putchar() and getchar() which use the BASIC IO_ library at INT $05. After that, a lot can be written in C.+**For actual built ins there is only putchar() and getchar().** These link to the BASIC IO library at INT $05. After that, a lot can be written in C.
  
-== Terminal IO +When I say "built-in" I mean these are essentially built-in because I am providing them as a reference and I have validated that they work. They aren't actually built in to V1 //(tinyc.asm)// but you can cut and paste them in front of your main() and then use them. I'll see about including them by default in V2 //(tinyc.c)//.
-* Builtin: putchar() +
-* Builtin: getchar()+
  
 === print() === print()
sd/list_of_tinyc_built-in_functions.txt · Last modified: by appledog

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki