- Function
 Return the dimensions of the text mode screen.
- Header
 - Declaration
 
void __fastcall__ screensize (unsigned char* x, unsigned char* y);- Description
 The function returns the dimensions of the text mode screen.
- Limits
 
- The function is only available as fastcall function, so it may only be used in presence of a prototype.
 - Availability
 cc65
- See also
 - Example
 None.