home *** CD-ROM | disk | FTP | other *** search
/ Graphics Programming Black Book (Special Edition) / BlackBook.bin / disk1 / source / chapter13 / l13-2.asm < prev    next >
Assembly Source File  |  1997-06-18  |  234b  |  6 lines

  1.      mov bl,[di]         ;get the state value for the pair
  2.      mov di,[bp+OFFS]    ;get the next pair of characters
  3.      add dx,[bx+8000h]   ;increment word and line count
  4.                          ; appropriately for the pair
  5.  
  6.