[A83] Re: number _vputs and black-out a piece of screen


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

[A83] Re: number _vputs and black-out a piece of screen




>    ld    (contrast),a

Don't you get problems with the contrast label in ti83plus.inc?

>    ld    a,b
>    xor   3
>    ld    (contrast_sublev),a
>    ld    hl,contrastTxt
>    bcall(_vputs)
>    ret
>contrastTxt:
>    .db   "Contrast is "
>contrast:
>    .db   0," "
>contrast_sublev:
>    .db   0,"/4",0
>
>Tijl Coosemans
>
>




Follow-Ups: