The polygon drawing command draws a rectangle in the frame buffer. Fills the inside of the rectangle with the specified color.
∙ Polygon drawing command when end bit is 0B and command selection bit is 0100B.
The contents of the command table are as follows.

The polygon drawing command is defined as follows.
- If the end bit is set to 0B and the command selection bit is set to 0100B, it becomes a polygon drawing command.
- Specify the jump format. When the jump format is assign or call, divide the address of the command table to be processed next by 8H and set to CMDLINK.
- Set pre-clipping. Specify valid or invalid considering the clipping area and drawing position of the part.
- Specify the user clipping valid bit and clipping mode. Specifies whether user clipping is outside or inside in clipping mode.
- Enable mesh. Set MSB on for shade or window processing in VDP2.
- Set the color mode to 000B. Set the color code to Non-textured color (CMDCOLR) .