No stop instruction is provided for the Copper. To ensure that it will stop and do nothing until the screen display ends and the program counter starts again at the top of the instruction list, the last instruction should be to wait for an event that cannot occur. a typical instruction is to wait for vp = $ff and hp = $fe. an hp of greater than $e2 is not possible. When the screen display ends and vertical blanking starts, the Copper will automatically be pointed to the top of its instruction list, and this final wait instruction never finishes. You can also stop the Copper by disabling its ability to use DMA for retrieving instructions or placing data. The register called dmacon controls all of the DMA channels. Bit 7, COPEN, enables Copper DMA when set to 1. For information about controlling the dma , see chapter 7, "system Control Hardware."