Clear the screen
Clear the whole display area
Categories:
Function | Address | Description |
---|---|---|
CL_ALL | 0DAF | Clear the screen |
This entry point is only available on the 48K Spectrum.
The only way to use this on later Spectrum's is to page in the 48K ROM before making the call.
It's advisable to write your own as noted below.
This entry point clears the screen.
Unless you need to keep compatibility with BASIC, it's better and faster to use your own routine for this. An example of how to do this is available in the examples section: Clear Screen Example
Last modified November 17, 2021: Add vector calls available on the 128 and +2 models (a02a372)