Mercurial > public > hwos_code
comparison src/options.asm @ 68:53b64c5472e1
BUGFIX: Set Day for months <31 days
author | heinrichsweikamp |
---|---|
date | Sat, 01 Feb 2014 15:31:30 +0100 |
parents | ec4d8503ec45 |
children | 50697bd41c54 |
comparison
equal
deleted
inserted
replaced
67:7815bf21d353 | 68:53b64c5472e1 |
---|---|
407 | 407 |
408 option_draw_uint8: | 408 option_draw_uint8: |
409 movff INDF1,lo ; Draw value. | 409 movff INDF1,lo ; Draw value. |
410 output_8 | 410 output_8 |
411 clrf INDF2 ; Make sure to close string... | 411 clrf INDF2 ; Make sure to close string... |
412 | |
413 btfsc settime_setdate ; In the Set Time or Set Date menu? | |
414 return ; Yes, ignore the rest | |
415 | 412 |
416 movf opt_unit+0,W ; Is there a unit to append ? | 413 movf opt_unit+0,W ; Is there a unit to append ? |
417 iorwf opt_unit+1,W | 414 iorwf opt_unit+1,W |
418 rcall option_draw_unit | 415 rcall option_draw_unit |
419 | 416 |