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

Subversion Repositories w11

[/] [w11/] [tags/] [w11a_V0.6/] [tools/] [asm-11/] [tests-err/] [testerr_0110_Nerror.mac] - Blame information for rev 40

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

Line No. Rev Author Line
1 19 wfjm
; $Id: testerr_0110_Nerror.mac 501 2013-03-30 13:53:39Z mueller $
2
;
3
; test N error code (Number error)
4
;
5
        .asect
6
        .blkw   400
7
 
8
; octal, implicit
9
 
10
        .word   7
11
        .word   8               ;;!! N
12
        .word   9               ;;!! N
13
 
14
; octal, explicit ^o
15
 
16
        .word   ^o7
17
        .word   ^o8             ;;!! N
18
        .word   ^o9             ;;!! N
19
 
20
; binary via ^b
21
 
22
        .word   ^b101
23
        .word   ^b2             ;;!! N
24
        .word   ^b3             ;;!! N
25
        .word   ^b4             ;;!! N
26
        .word   ^b5             ;;!! N
27
        .word   ^b6             ;;!! N
28
        .word   ^b7             ;;!! N
29
        .word   ^b8             ;;!! N
30
        .word   ^b9             ;;!! N
31
 
32
        .end

powered by: WebSVN 2.1.0

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