I'm new to assembly and I'm currently reading a guide that would frequently express things like ax:bx
, ds:dx
, ss:sp
.
I'll use one of the above in an example from the book "Mastering Turbo Assembly" Page 85.
Notice that the logical address in ss:sp points to the byte below the last byte in the stack.
What is the meaning of the :
notation?
Kind regards.