LZ: graphics question


[Prev][Next][Index][Thread]

LZ: graphics question



     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