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: <640@pacsbb.UUCP> Date: 2 Jul 89 13:48:50 GMT Organization: PACS - Philadelphia Area Computer Society, Penna. Lines: 90 * ScrollWinLeft * * R1x = Number of lines 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 * R6x = Character value for blank lines * R7h = Foreground color for blank lines * R7l = Background color for blank lines * X908LS DATA X908M0,X908M0,X908M2,X908M0 * ScrollWinRight * * R1x = Number of lines 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 * R6x = Character value for blank lines * R7h = Foreground color for blank lines * R7l = Background color for blank lines * X909LS DATA X909M0,X909M0,X909M2,X909M0 * CALL COLOR (ONLY WORKS IN SCREEN CODE 3) * * R1h = Foreground color * R1l = Background color * R2x = Charset # (if mode 3) * X90AVC * GCharColor * * R1x = Row * R2x = Col * ----- * R0x = ASCII character read from screen * R1h = Foreground color for character * R1l = Background color for character * X90BLS DATA X90BM0,X90BM1,X90BM2,X90BM3 * SetBorderColor * * R1x = Color to render border * X90CVC * SetColPalette * * R1x = Palette register number * R2x = Color to put into palette register * (G,R,B -- AS BOOK DESCRIBES) NIBBLE JUSTIFIED MOST 0-G-R-B * X90DVC * SetPixelColor * * R1x = X coordinate of pixel * R2x = Y coordinate of pixel * R3h = Foreground color to render pixel * R3l = Background color to render pixel in graphics 2-3 * R4h = Logic operation to be performed * X90ELS DATA X90EM0,X90EM0,X90EM0,X90EM0 * GetPixelColor * * R1x = X coordinate of pixel * R2x = Y coordinate of pixel * ----- * R0h = Returned foreground color of pixel * R0l = Returned background color of pixel in graphics 2-3 * X90FLS DATA X90FM0,X90FM0,X90FM0,X90FM0 * SetVectorColor (DRAWING A LINE) * * R1x = X coordinate of first pixel * R2x = Y coordinate of first pixel * R3x = X coordinate of second pixel * R4x = Y coordinate of second pixel * R5h = Foreground color to render vector * R5l = Background color to render vector in graphics 2-3 * R6h = Logic operation to be performed *