Lab: Caesar Shift Assembly (Khoor#Zruog$) In assembly write a program that takes your name in as
a string variable and shifts the letters (adds a shift constant). Then it should display the shifted
text to the memory-mapped output.
Lab: Assembly -- Sum the odd numbers Adapt the assembly program given last week (Gauss) so that
it sums the odd numbers: 1 then 1 + 3 then 1 + 3 + 5 etc.