?login_element?

Subversion Repositories NedoOS

Rev

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

  1.     OUTPUT "colon_vs_label_issue.bin"
  2.     MACRO worksOK:ld b,c:ld b,d:ld b,e:ld a,(bc):ENDM
  3.     worksOK     ; "ABC\n" output
  4.     MACRO failed:scf:scf:scf:ld a,(bc):ENDM
  5.     failed      ; "777\n" output
  6.     ; did fail in v1.11, the SCF (or any single word instruction) needs
  7.     ; extra space ahead to not eat the colon after as sort of "label" colon
  8.