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] - Rev 40

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

; $Id: testerr_0110_Nerror.mac 501 2013-03-30 13:53:39Z mueller $
;
; test N error code (Number error)
;
        .asect
        .blkw   400

; octal, implicit

        .word   7
        .word   8               ;;!! N
        .word   9               ;;!! N

; octal, explicit ^o

        .word   ^o7
        .word   ^o8             ;;!! N
        .word   ^o9             ;;!! N

; binary via ^b

        .word   ^b101
        .word   ^b2             ;;!! N
        .word   ^b3             ;;!! N
        .word   ^b4             ;;!! N
        .word   ^b5             ;;!! N
        .word   ^b6             ;;!! N
        .word   ^b7             ;;!! N
        .word   ^b8             ;;!! N
        .word   ^b9             ;;!! N

        .end

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

powered by: WebSVN 2.1.0

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