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

Subversion Repositories t48

[/] [t48/] [tags/] [rel_1_0/] [sw/] [verif/] [black_box/] [jbb/] [jbb_aa/] [test.asm] - Blame information for rev 292

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 12 arniml
        ;; *******************************************************************
2
        ;; $Id: test.asm,v 1.1.1.1 2004-03-25 22:29:16 arniml Exp $
3
        ;;
4
        ;; Test the JBb instruction on 0AAH.
5
        ;; *******************************************************************
6
 
7
        INCLUDE "cpu.inc"
8
        INCLUDE "pass_fail.inc"
9
 
10
        ORG     0
11
 
12
        ;; Start of test
13
        mov     a, #0AAH
14
        jb0     fail
15
 
16
        jb1     ok_1
17
        jmp     fail
18
 
19
ok_1:   jb2     fail
20
 
21
        jb3     ok_3
22
        jmp     fail
23
 
24
ok_3:   jb4     fail
25
 
26
        jb5     ok_5
27
        jmp     fail
28
 
29
ok_5:   jb6     fail
30
 
31
        jb7     pass
32
 
33
fail:   FAIL
34
 
35
pass:   PASS

powered by: WebSVN 2.1.0

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