I have a bunch of data that shows an entire screen (128x64). It looks something like this: .db %01010101, %01010101... This, in all, is 8 rows of 16 bytes. I was wondering how I could display the entire amount of data on the screen. Please include some example code. Thanks! -Jeremy