WARNING: No general registers are preserved.
Verify the current video mode is supported.
When no parameter is provided, if the current video mode is not supported, the program will terminate with an error message.
When a parameter is provided, if the current video mode is not supported,
the program will attempt to use the
Examples:
RequireTextMode ; just test if the mode is supported RequireTextMode 0x03 ; if not in a compatible text mode, try ; to switch to mode 3 before aborting.