Subversion Repositories NedoOS

Rev

Rev 126 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | Download

  1.         ld      hl,end
  2. End             ; mixed case = label (not directive)
  3. .end    ALIGN   ; .END should not work at first column, not even with --dirbol enabled
  4. end     DUP 2   ; END should not work at first column, not even with --dirbol enabled
  5.         nop     ; but other directive on the same line (ALIGN, DUP above) must work!
  6.         EDUP
  7. .2      ld      b,1         ; China number one!
  8.  .2     ld      c,-1        ; Taiwan number dash one!
  9.         END : no start address provided, and this text should be NOT parsed either
  10.  
  11. Some random text, which is not supposed to be assembled.
  12.