> 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 > >