Mercurial > public > mk2
comparison code_part1/OSTC_code_asm_part1/pled_outputs.asm @ 637:47ad50ca5d26
remove ?Men?? completely
author | heinrichsweikamp |
---|---|
date | Tue, 18 Sep 2012 09:14:54 +0200 |
parents | 8d2dc109ecfc |
children | 2ab9e9a8a189 |
comparison
equal
deleted
inserted
replaced
635:5ad7e8280d8f | 637:47ad50ca5d26 |
---|---|
2143 call PLED_convert_date ; converts into "DD/MM/YY" or "MM/DD/YY" or "YY/MM/DD" in postinc2 | 2143 call PLED_convert_date ; converts into "DD/MM/YY" or "MM/DD/YY" or "YY/MM/DD" in postinc2 |
2144 call word_processor | 2144 call word_processor |
2145 return | 2145 return |
2146 | 2146 |
2147 PLED_menu_clear: | 2147 PLED_menu_clear: |
2148 WIN_BOX_BLACK .0, .26, .65, .100 ;top, bottom, left, right | 2148 WIN_BOX_BLACK .0, .26, .50, .100 ;top, bottom, left, right |
2149 return | 2149 return |
2150 | 2150 |
2151 PLED_max_pressure: | 2151 PLED_max_pressure: |
2152 ostc_debug 'p' ; Sends debug-information to screen if debugmode active | 2152 ostc_debug 'p' ; Sends debug-information to screen if debugmode active |
2153 movff max_pressure+0,lo | 2153 movff max_pressure+0,lo |