Mercurial > public > mk2
diff code_part1/OSTC_code_asm_part1/display_lowlevel.asm @ 705:55983c4d6b2d
aa fonts processor
author | heinrichsweikamp |
---|---|
date | Mon, 15 Apr 2013 21:13:14 +0200 |
parents | 59e5998931d3 |
children | d68c6a6b1f38 |
line wrap: on
line diff
--- a/code_part1/OSTC_code_asm_part1/display_lowlevel.asm Fri Mar 29 20:53:41 2013 +0100 +++ b/code_part1/OSTC_code_asm_part1/display_lowlevel.asm Mon Apr 15 21:13:14 2013 +0200 @@ -753,7 +753,7 @@ movff win_flags,WREG ; Display1? win_flags is in bank0... btfss WREG,1 ; Display1? return ; No, done. - movff win_color3,PORTD ; Move low byte to PORTD + movff win_color3,PORTD ; Move low(est) byte to PORTD bcf DISPLAY_rw bsf DISPLAY_rw return