OpenCores
URL https://opencores.org/ocsvn/w11/w11/trunk

Subversion Repositories w11

[/] [w11/] [tags/] [w11a_V0.61/] [tools/] [asm-11/] [tests/] [zbug_0001.mac] - Diff between revs 19 and 26

Go to most recent revision | Only display areas with differences | Details | Blame | View Log

Rev 19 Rev 26
; $Id: zbug_0001.mac 501 2013-03-30 13:53:39Z mueller $
; $Id: zbug_0001.mac 501 2013-03-30 13:53:39Z mueller $
;
;
; ISSUE: .ascii without label failed with Q
; ISSUE: .ascii without label failed with Q
;
;
; REASON: .ascii requests next token with a different mask. The label handling
; REASON: .ascii requests next token with a different mask. The label handling
;   in state 'start' looks ahead with default mask and does a pushback.
;   in state 'start' looks ahead with default mask and does a pushback.
;   --> That clashed !!
;   --> That clashed !!
;
;
; FIX: look to directive names in 'start' and branch to 'oper' immediately in
; FIX: look to directive names in 'start' and branch to 'oper' immediately in
;   this case.
;   this case.
;
;
; SIDES: prevents also creation of labels with the name of a directive.
; SIDES: prevents also creation of labels with the name of a directive.
;
;
        .asect
        .asect
        .blkw   400
        .blkw   400
        .word   0
        .word   0
a1:     .ascii  /test/
a1:     .ascii  /test/
        .ascii  /test/          ; failed with Q
        .ascii  /test/          ; failed with Q
a2:     .ascii  /test/
a2:     .ascii  /test/
        .end
        .end
 
 

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.