Re: LZ: A couple routines
[Prev][Next][Index][Thread]
Min Idzelis wrote:
>
> I"m looking for the following routines....i have tried to figure it
> out, but couldn't
>
> A screen-blacking routine that only calls FIND_PIXEL once... and a
I may be reading this wrong, but why don't you just load it into the
videomem? ex: load $FC00 into ix; load $FF into (ix); inc ix; loop 1023
times.
> horizontal line erasing routine that only calls find_pixel once, and
> can have variable length. It should also be able to start at varied
> locations. Thanks... I'm self-teaching myself ASM, any help would be
> appreciated, GREATLY!
>
> Min Idzelis
> http://www.en.com/users/daved/Min/playroom.htm
<pre>
--
; Max Mansour // mail : mmansour@gis.net
; // irc : Justarius
;
; The Presidents -> http://www.gis.net/~mmansour/
; HP OmniGo 100 -> http://www.gis.net/~mmansour/omnigo/omnigo.html
; ZShell -> http://www.gis.net/~mmansour/zshell/zshell.html
.end
</pre>
References: