multi symbols in expression

Started by Emil_halim, February 21, 2017, 07:45:06 PM

Previous topic - Next topic

Emil_halim

Hi All

what is the solution of next code


_asm{
  lab1:
      db 'some text',0
  lab2:
     db 'an other one',0

  len: db lab2 - lab1
}


any help please?