?login_element?

Subversion Repositories NedoOS

Rev

Rev 129 | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed

  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. .END    scf
  8. END     ccf
  9. .2      ld      b,1         ; China number one!
  10.  .2     ld      c,-1        ; Taiwan number dash one!
  11.         END : no start address provided, and this text should be NOT parsed either
  12.  
  13. Some random text, which is not supposed to be assembled.
  14.