Heres the actual code i'm using and trying to PRINT with
DIM Cnt AS INTEGER
DIM Y AS INTEGER, X AS INTEGER, Num AS INTEGER
DEF SEG = &HB800
Num = FREEFILE
OPEN "LPT1:" FOR OUTPUT AS #Num
WIDTH #Num, 100
PRINT #Num, ""
FOR Y = 2 TO 25 '-----50 or 25, depending on screen height
FOR X = 1...