Re: A86: contrast


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

Re: A86: contrast




Oops.  Forgot about that.  (I've always prided myself on my innate
ability to display garbage on the screen...)

Cassady Roop

ComAsYuAre@aol.com wrote:
> 
> In a message dated 9/30/99 11:53:05 PM Eastern Daylight Time,
> croop@oregontrail.net writes:
> 
> >
> >  I totally forgot about _vputmap.  In that case, one could just do this:
> >
> >  dispContrast:
> >   ld a, $c008 ;retrieve contrast value
> >   add a, $30  ;create ASCII character value
> >   call _vputmap   ;display ASCII char in register A
> >   ret
> 
> That only works for contrasts between 0 and 9, though.
> 
> ----
> Jonah Cohen
> <ComAsYuAre@aol.com>
> http://linux.hypnotic.org/~jonah/


References: