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

Subversion Repositories t400

[/] [t400/] [trunk/] [sw/] [verif/] [int/] [pass/] [test.asm] - Diff between revs 176 and 179

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

Rev 176 Rev 179
        ;; *******************************************************************
        ;; *******************************************************************
        ;; $Id: test.asm,v 1.1 2006-05-27 19:05:42 arniml Exp $
        ;; $Id: test.asm 179 2009-04-01 19:48:38Z arniml $
        ;;
        ;;
        ;; Pass interrupt test.
        ;; Pass interrupt test.
        ;; Always finds the pass mark when there's an interrupt
        ;; Always finds the pass mark when there's an interrupt
        ;;
        ;;
        ;; the cpu type is defined on asl's command line
        ;; the cpu type is defined on asl's command line
        org     0x00
        org     0x00
        clra
        clra
        lei     0x02
        lei     0x02
        jp      int_mark
        jp      int_mark
        org     0x030
        org     0x030
int_mark:
int_mark:
        nop
        nop
        nop
        nop
        nop
        nop
        jmp     fail
        jmp     fail
        org     0x0ff
        org     0x0ff
        nop
        nop
        jmp     pass
        jmp     pass
        org     0x200
        org     0x200
        include "int_pass_fail.asm"
        include "int_pass_fail.asm"
 
 

powered by: WebSVN 2.1.0

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