home *** CD-ROM | disk | FTP | other *** search
/ Gold Fish 2 / goldfish_vol2_cd1.bin / files / dev / asm / tbsource / blank / blcommandlinehelp.bak < prev    next >
Text File  |  1993-12-21  |  513b  |  15 lines

  1.  
  2. CommandLineHelp:
  3.  
  4.             ;bold and color 31
  5.         print    <13,10,$9b,$31,$3b,$33,$31,$6d>
  6.         print    <"Blank v0.01b.",13,10>,_stdout
  7.         print    <$9b,$33,$3b,$33,$32,$6d>
  8.         print    <"Original code by Jukka Marin, reworked by Tomi Blinnikka.",13,10>,_stdout
  9.         print    <$9b,$30,$3b,$33,$31,$6d,13,10>
  10.         print    <"USAGE: Blank [NN], where NN = 1 - 9999.",13,10>,_stdout
  11.         print    <"Blanks the screen after NN seconds.",13,10>,_stdout
  12.         print    <"Default is 60 seconds (1 minute).",13,10>,_stdout
  13.         print    <$9b,$30,$6d,13,10>
  14.         jmp    cleanup_out
  15.