Mercurial > public > hwos_code
comparison src/option_table.asm @ 563:f4faff954816
minor
author | heinrichsweikamp |
---|---|
date | Sat, 03 Feb 2018 17:02:23 +0100 |
parents | 8b7ea27ea1fa |
children | 0ba88db66492 |
comparison
equal
deleted
inserted
replaced
562:8b7ea27ea1fa | 563:f4faff954816 |
---|---|
274 ; Set Time/Set Date (RAM only) | 274 ; Set Time/Set Date (RAM only) |
275 OPTION_UINT8 oSetHours, .0, .23, .0, 0, -1, hours | 275 OPTION_UINT8 oSetHours, .0, .23, .0, 0, -1, hours |
276 OPTION_UINT8 oSetMinutes, .0, .59, .0, 0, -1, mins | 276 OPTION_UINT8 oSetMinutes, .0, .59, .0, 0, -1, mins |
277 OPTION_UINT8 oSetDay, .1, .31, .0, 0, -1, day | 277 OPTION_UINT8 oSetDay, .1, .31, .0, 0, -1, day |
278 OPTION_UINT8 oSetMonth, .1, .12, .0, 0, -1, month | 278 OPTION_UINT8 oSetMonth, .1, .12, .0, 0, -1, month |
279 OPTION_UINT8 oSetYear, .13,.20, .0, 0, -1, year | 279 OPTION_UINT8 oSetYear, .18,.24, .0, 0, -1, year |
280 | 280 |
281 global option_table_end | 281 global option_table_end |
282 option_table_end: | 282 option_table_end: |
283 END | 283 END |