LZ: graphics question
[Prev][Next][Index][Thread]
LZ: graphics question
-
Subject: LZ: graphics question
-
From: Eric C. Jensen <jens5733@miller.cs.uwm.edu>
-
Date: Tue, 6 Aug 1996 13:52:53 -0500 (CDT)
-
In-Reply-To: <>
Sorry for the multiple e-mails, but questions just keep popping into
my head. How do you use .db's to define graphics??? I've seen it done,
but I don't understand how to implement it. I know you use somthing like
E:
.db 1,1,1,1,1,1,1,1
.db 1,0,0,0,0,0,0,0
.db 1,1,1,1,0,0,0,0
.db 1,0,0,0,0,0,0,0
.db 1,1,1,1,1,1,1,1
but I don't understand how you put it on the screen.
Thanx,
EJ