Mercurial > public > hwos_code
comparison src/tft_outputs.asm @ 504:f522210b3743
minor
author | heinrichsweikamp |
---|---|
date | Sat, 24 Jun 2017 19:26:06 +0200 |
parents | 4542d03f748a |
children | 4e6f5c36f4cc |
comparison
equal
deleted
inserted
replaced
503:4542d03f748a | 504:f522210b3743 |
---|---|
3595 WIN_SMALL surf_gaslist_column+.48,surf_gaslist_row+(surf_gaslist_spacing*.1) | 3595 WIN_SMALL surf_gaslist_column+.48,surf_gaslist_row+(surf_gaslist_spacing*.1) |
3596 movff lastdive_duration+0,lo | 3596 movff lastdive_duration+0,lo |
3597 movff lastdive_duration+1,hi | 3597 movff lastdive_duration+1,hi |
3598 output_16 ; divetime minutes | 3598 output_16 ; divetime minutes |
3599 PUTC ":" | 3599 PUTC ":" |
3600 movff lastdive_duration+3,lo | 3600 movff lastdive_duration+2,lo |
3601 output_99x ; divetime seconds | 3601 output_99x ; divetime seconds |
3602 STRCAT_PRINT "" | 3602 STRCAT_PRINT "" |
3603 WIN_SMALL surf_gaslist_column+.48,surf_gaslist_row+(surf_gaslist_spacing*.2) | 3603 WIN_SMALL surf_gaslist_column+.48,surf_gaslist_row+(surf_gaslist_spacing*.2) |
3604 movff lastdive_maxdepth+0,lo | 3604 movff lastdive_maxdepth+0,lo |
3605 movff lastdive_maxdepth+1,hi | 3605 movff lastdive_maxdepth+1,hi |