Path: utzoo!attcan!utgpu!jarvis.csri.toronto.edu!rutgers!bpa!temvax!pacsbb!ebray From: ebray@pacsbb.UUCP (Eric Bray) Newsgroups: comp.sys.ti Subject: myarc video xops cont. Keywords: mdos Message-ID: <641@pacsbb.UUCP> Date: 2 Jul 89 13:50:38 GMT Organization: PACS - Philadelphia Area Computer Society, Penna. Lines: 85 X910LS DATA X910M0,X910M0,X910M0,X910M0 * ColorSRCH (FOR FILLS) * * R1x = X coordinate of source point * R2x = Y coordinate of source point * R3l = Color for search * R3h = Direction for search (>00=LEFT, >FF=RIGHT) * ----- * ST = if EQUAL, color found * R0x = X coordinate of location where color was found * R1x = Y coordinate of location where color was found * X911VC * HBlockMove * * R1x = Row number of upper left corner of source * R2x = Column number of upper left corner of source * R3x = Row number of upper left corner of destination * R4x = Column number of upper left corner of destination * R5x = Number of rows * R6x = Number of columns * R7l = Pixel color for blank pixels * X912VC * HBlockCopy * * R1x = Row number of upper left corner of source * R2x = Column number of upper left corner of source * R3x = Row number of upper left corner of destination * R4x = Column number of upper left corner of destination * R5x = Number of rows * R6x = Number of columns * X913VC * LBlockMove * * R1x = Row number of upper left corner of source * R2x = Column number of upper left corner of source * R3x = Row number of upper left corner of destination * R4x = Column number of upper left corner of destination * R5x = Number of rows * R6x = Number of columns * R7l = Pixel color for blank pixels * R7h = Logic operation to be performed on destination * X914VC * LBlockCopy * * R1x = Row number of upper left corner of source * R2x = Column number of upper left corner of source * R3x = Row number of upper left corner of destination * R4x = Column number of upper left corner of destination * R5x = Number of rows * R6x = Number of columns * R7h = Logic operation to be performed on destination * X915VC * BScrollUp * * R1x = Number of pixels to scroll * R2x = Row number of upper left corner * R3x = Column number of upper left corner * R4x = Row number of lower right corner * R5x = Column number of lower right corner * R6h = Pixel color for blank pixels * X916VC * BScrollDown * * R1x = Number of pixels to scroll * R2x = Row number of upper left corner * R3x = Column number of upper left corner * R4x = Row number of lower right corner * R5x = Column number of lower right corner * R6h = Pixel color for blank pixels * X917VC