07. Macros
- write a simple macro printD f-register , than prints a double float and 'n\' ater it 
- write a macro for immediate loading of double constant: li.d $f12 3.1415 
- write a macro printD "string" f-regoster that: - co-exists with old one-parameter macro printD 
- uses printD f-register to print a number 
 
