I'm new in MIPS and trying to teach myself using this book. I'm trying to learn data directive and what are the difference between these three :
list: .word 0:3
list: .word 3
list: .word
But I didn't find any clear document/reference.
Thank you.