I am going through some example assembly code for 16-bit real mode.
I\'ve come across the lines:
mov bx, cs mov ds, bx mov si,
It just means the address of that symbol. It's a bit like the & operator in C, if you are familiar with that.