C language > Expert questions

multi symbols in expression

(1/1)

Emil_halim:
Hi All

what is the solution of next code


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

  len: db lab2 - lab1
}

--- End code ---


any help please?

Navigation

[0] Message Index

Go to full version