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

Subversion Repositories w11

[/] [w11/] [tags/] [w11a_V0.61/] [tools/] [asm-11/] [tests/] [zbug_0001.mac] - Blame information for rev 36

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 19 wfjm
; $Id: zbug_0001.mac 501 2013-03-30 13:53:39Z mueller $
2
;
3
; ISSUE: .ascii without label failed with Q
4
;
5
; REASON: .ascii requests next token with a different mask. The label handling
6
;   in state 'start' looks ahead with default mask and does a pushback.
7
;   --> That clashed !!
8
;
9
; FIX: look to directive names in 'start' and branch to 'oper' immediately in
10
;   this case.
11
;
12
; SIDES: prevents also creation of labels with the name of a directive.
13
;
14
        .asect
15
        .blkw   400
16
 
17
        .word   0
18
 
19
a1:     .ascii  /test/
20
        .ascii  /test/          ; failed with Q
21
a2:     .ascii  /test/
22
 
23
        .end

powered by: WebSVN 2.1.0

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