Mercurial > public > mk2
comparison code_part1/OSTC_code_asm_part1/pled_outputs.asm @ 104:2a2606e9db5f
some fixes with the onboard simulator
author | heinrichsweikamp |
---|---|
date | Wed, 15 Dec 2010 11:01:35 +0100 |
parents | 6f8e3a08011e |
children | 966ebf905514 |
comparison
equal
deleted
inserted
replaced
103:fe195f766014 | 104:2a2606e9db5f |
---|---|
2447 DISPLAYTEXT .125 ; He + | 2447 DISPLAYTEXT .125 ; He + |
2448 DISPLAYTEXT .126 ; He - | 2448 DISPLAYTEXT .126 ; He - |
2449 return | 2449 return |
2450 | 2450 |
2451 PLED_divemode_simulator_mask: | 2451 PLED_divemode_simulator_mask: |
2452 DISPLAYTEXT .254 ; EXIT | 2452 DISPLAYTEXT .254 ; Close |
2453 DISPLAYTEXT .250 ; + 1m | 2453 DISPLAYTEXT .250 ; + 1m |
2454 DISPLAYTEXT .251 ; - 1m | 2454 DISPLAYTEXT .251 ; - 1m |
2455 DISPLAYTEXT .252 ; +10m | 2455 DISPLAYTEXT .252 ; +10m |
2456 DISPLAYTEXT .253 ; -10m | 2456 DISPLAYTEXT .253 ; -10m |
2457 return | 2457 return |
2800 movff WREG,box_temp+1 ; row top (0-239) | 2800 movff WREG,box_temp+1 ; row top (0-239) |
2801 movlw .169 | 2801 movlw .169 |
2802 movff WREG,box_temp+2 ; row bottom (0-239) | 2802 movff WREG,box_temp+2 ; row bottom (0-239) |
2803 movlw .082 | 2803 movlw .082 |
2804 movff WREG,box_temp+3 ; column left (0-159) | 2804 movff WREG,box_temp+3 ; column left (0-159) |
2805 movlw .159 | 2805 movlw .160 |
2806 movff WREG,box_temp+4 ; column right (0-159) | 2806 movff WREG,box_temp+4 ; column right (0-159) |
2807 call PLED_box | 2807 call PLED_box |
2808 return | 2808 return |
2809 | 2809 |
2810 PLED_divemenu_cursor: | 2810 PLED_divemenu_cursor: |