Assembly code help:
: Program packTime; Program Description: take user given time and packet up into a 16 bit string Month -1-12; Year 25-31 (+1980) GET DAY FROM USER AND PACK UP INTO MS-DOX FILE TIME FORMAT : Ask user for day of month (1-31) get value and save (we will add to month and year to this value) ; Ask user for month (1-12) get value and shift left 5 and then add to teh
OR
OR