Hello

I need to understand what the following line does:
Code:
.end   = 0x20000000 + (1 << MAX(VAL1,VAL2)))
What does the syntax "1 << SOMEVALUE" do?

Thank you.