comparison 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
comparison
equal deleted inserted replaced
704:422b9eeace4f 705:55983c4d6b2d
751 bcf DISPLAY_rw 751 bcf DISPLAY_rw
752 bsf DISPLAY_rw 752 bsf DISPLAY_rw
753 movff win_flags,WREG ; Display1? win_flags is in bank0... 753 movff win_flags,WREG ; Display1? win_flags is in bank0...
754 btfss WREG,1 ; Display1? 754 btfss WREG,1 ; Display1?
755 return ; No, done. 755 return ; No, done.
756 movff win_color3,PORTD ; Move low byte to PORTD 756 movff win_color3,PORTD ; Move low(est) byte to PORTD
757 bcf DISPLAY_rw 757 bcf DISPLAY_rw
758 bsf DISPLAY_rw 758 bsf DISPLAY_rw
759 return 759 return
760 760
761 761