AT2k Design BBS Message Area
Casually read the BBS message area using an easy to use interface. Messages are categorized exactly like they are on the BBS. You may post new messages or reply to existing messages!

You are not logged in. Login here for full access privileges.

Previous Message | Next Message | Back to BAT Magic  <--  <--- Return to Home Page
   Local Database  BAT Magic   [218 / 250] RSS
 From   To   Subject   Date/Time 
Message   Amnesia    All   STRIPE.COM   December 18, 1995
 10:33 AM *  

Re: STRIPE.COM

>  A#@> the joys of writing in assembly.
>  A#@> small, compact, FAST code.
>  A#@> tricks you can't do in other languages, etc.
>  ;   This .COM program will change the attribute of every character on
>  ;   the text-mode display screen.  It will 'stripe' the display row-wise!

Didn't reply earlier, sorry.

Would it be something like:


     Mov  cx, 2000h
     mov  ax, 0B800h
     mov  es, ax
     mov  ds, ax
     xor  di, di
     xor  si, si
Main:
     lodsw
     xor  ah, 12         ; or anything else
     stosw
     loop Main
     int  20h

?
could be modified easily.
  Show ANSI Codes | Hide BBCodes | Show Color Codes | Hide Encoding | Hide HTML Tags | Show Routing
Previous Message | Next Message | Back to BAT Magic  <--  <--- Return to Home Page

VADV-PHP
Execution Time: 0.0129 seconds

If you experience any problems with this website or need help, contact the webmaster.
VADV-PHP Copyright © 2002-2024 Steve Winn, Aspect Technologies. All Rights Reserved.
Virtual Advanced Copyright © 1995-1997 Roland De Graaf.
v2.1.241108