Clear the screen

Clear the whole display area
Function AddressDescription
CL_ALL 0DAFClear 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