Mercurial > public > hwos_code
diff src/options.asm @ 263:5a30b5b9ee4a
show unit8 options in menu left-aligned
author | heinrichsweikamp |
---|---|
date | Thu, 26 Mar 2015 13:50:02 +0100 |
parents | ecadc17a028f |
children | 653a3ab08062 |
line wrap: on
line diff
--- a/src/options.asm Thu Mar 26 11:37:37 2015 +0100 +++ b/src/options.asm Thu Mar 26 13:50:02 2015 +0100 @@ -424,7 +424,9 @@ option_draw_uint8: movff INDF1,lo ; Draw value. + bsf leftbind output_8 + bcf leftbind clrf INDF2 ; Make sure to close string... movf opt_unit+0,W ; Is there a unit to append ?