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

Subversion Repositories w11

[/] [w11/] [tags/] [w11a_V0.6/] [tools/] [asm-11/] [tests/] [test_0040_asci.mac] - Blame information for rev 22

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

Line No. Rev Author Line
1 22 wfjm
; $Id: test_0040_asci.mac 548 2014-01-12 09:48:47Z mueller $
2 19 wfjm
;
3
; test .ascii/.asciz
4
;
5
        CR = 015
6
        LF = 012
7
;
8
        .asect
9
        .blkw   400
10
 
11 22 wfjm
        .ascii  /foobar/        ;;!! 001000:
12
        .asciz  /fooba/         ;;!! 001006:
13 19 wfjm
 
14 22 wfjm
a0:     .ascii  /test/          ;;!! 001014:
15
a1:     .asciz  /test1/         ;;!! 001020:
16 19 wfjm
 
17 22 wfjm
a2:     .ascii  /test/  ;;!! 001026:
18
a3:     .asciz  /test/  ;;!! 001034:
19 19 wfjm
 
20
a4:     .asciz  /retro/|computing|
21
a5:     .ascii  /Hello World!/
22
a6:     .asciz  *Hello World!*
23
a7:     .asciz  <040><041><042>
24
 
25
        .even
26
        .end

powered by: WebSVN 2.1.0

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