home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD1.mdf / forth / compiler / fpc / help / video2.hlp < prev    next >
Encoding:
Text File  |  1989-07-06  |  779 b   |  18 lines

  1. \ VIDEO2.HLP        Actual video output routine         by Tom Zimmer
  2.  
  3.  
  4. VIDEO-TYPEL     ( seg addr len -- )
  5.         Type a text string from the physical location "seg, addr, len" to
  6.         the physical display specified as the paragraph address contained
  7.         in the variable VIDEO-SEG. The text is displayed at the current
  8.         cursor positon, and the cursor is positioned at the end of the text
  9.         string after the TYPE occurs. This routine is written in assembly
  10.         language for performance, and is capable of filling the screen with
  11.         new text at more than ten screens per second on a 4.7 MHZ 8088.
  12.  
  13. VIDEO-TYPE      ( string length -- )
  14.         Like VIDEO-TYPEL, but always types from the CODE segment. See also
  15.         VIDEO-TYPEL.
  16.  
  17.  
  18.