ASSEMBLY Programming

Hi… Does anyone know how to clear screen in Assembly?

In C programming…

#include <conio.h>
main()
{
    clrscr();
}