> How would I load a value into OP1 and then draw a horizontal line using the > _HORIZCMD call > > Thanks You could do something like this: ld a,10 call _setxxop1 ; a-->op1 call _horizcmd since pixels are only 0 -- 94, a is sufficient. Hope that helps. James.