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

Subversion Repositories w11

[/] [w11/] [tags/] [w11a_V0.7/] [tools/] [asm-11/] [tests/] [test_0050_iword.mac] - Diff between revs 19 and 33

Only display areas with differences | Details | Blame | View Log

Rev 19 Rev 33
; $Id: test_0050_iword.mac 502 2013-04-02 19:29:30Z mueller $
; $Id: test_0050_iword.mac 502 2013-04-02 19:29:30Z mueller $
;
;
; test implicit .word
; test implicit .word
;   when a statement does not start with pst symbol (opcode or directive)
;   when a statement does not start with pst symbol (opcode or directive)
;   assume an implicit .word
;   assume an implicit .word
;
;
        .asect
        .asect
        .blkw   400
        .blkw   400
        100                     ;;!! 000100
        100                     ;;!! 000100
        200                     ;;!! 000200
        200                     ;;!! 000200
        110,120                 ;;!! 000110 000120
        110,120                 ;;!! 000110 000120
        100,                    ;;!! 000100 000000
        100,                    ;;!! 000100 000000
        ,200                    ;;!! 000000 000200
        ,200                    ;;!! 000000 000200
        ,                       ;;!! 000000 000000
        ,                       ;;!! 000000 000000
w1:     1000                    ;;!! 001000
w1:     1000                    ;;!! 001000
w2:     2000,2001,2002          ;;!! 002000 002001 002002
w2:     2000,2001,2002          ;;!! 002000 002001 002002
        const = 10              ;;!! 000010
        const = 10              ;;!! 000010
        const                   ;;!! 000010
        const                   ;;!! 000010
                         ;;!! 000010
                         ;;!! 000010
        2*const                 ;;!! 000020
        2*const                 ;;!! 000020
        <3*const>               ;;!! 000030
        <3*const>               ;;!! 000030
        .even
        .even
        .end
        .end
 
 

powered by: WebSVN 2.1.0

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