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

Subversion Repositories w11

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

Go to most recent revision | Show entire file | Details | Blame | View Log

Rev 19 Rev 22
Line 1... Line 1...
; $Id: test_0040_asci.mac 501 2013-03-30 13:53:39Z mueller $
; $Id: test_0040_asci.mac 548 2014-01-12 09:48:47Z mueller $
;
;
; test .ascii/.asciz
; test .ascii/.asciz
;
;
        CR = 015
        CR = 015
        LF = 012
        LF = 012
;
;
        .asect
        .asect
        .blkw   400
        .blkw   400
 
 
        .ascii  /foobar/
        .ascii  /foobar/        ;;!! 001000:
        .asciz  /fooba/
        .asciz  /fooba/         ;;!! 001006:
 
 
a0:     .ascii  /test/
a0:     .ascii  /test/          ;;!! 001014:
a1:     .asciz  /test1/
a1:     .asciz  /test1/         ;;!! 001020:
 
 
a2:     .ascii  /test/
a2:     .ascii  /test/  ;;!! 001026:
a3:     .asciz  /test/
a3:     .asciz  /test/  ;;!! 001034:
 
 
a4:     .asciz  /retro/|computing|
a4:     .asciz  /retro/|computing|
a5:     .ascii  /Hello World!/
a5:     .ascii  /Hello World!/
a6:     .asciz  *Hello World!*
a6:     .asciz  *Hello World!*
a7:     .asciz  <040><041><042>
a7:     .asciz  <040><041><042>

powered by: WebSVN 2.1.0

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