A89: Another Evidence of the Symbolic Struggle between Man and Grayscale


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

A89: Another Evidence of the Symbolic Struggle between Man and Grayscale




OK, I've been working on it for several hours now, and I just can't take it!
I'm trying to draw a greyscale line at the top of the screen (32 bits long)
and all I'm getting is random grey dots. What's going on here?

_main:
 jsr util::clr_scr
 jsr gray4lib::on
 move.l #$FFFFFFFF,gray4lib::plane0
 jsr util::idle_loop
 jsr gray4lib::off
 rts