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

Subversion Repositories t48

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

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 12 arniml
 
2
        INCLUDE "cpu.inc"
3
        INCLUDE "pass_fail.inc"
4
 
5
        ORG     0
6
 
7
        ;; Start of test
8
        mov     a, #0FFH
9
        jb0     ok_0
10
        jmp     fail
11
 
12
ok_0:   jb1     ok_1
13
        jmp     fail
14
 
15
ok_1:   jb2     ok_2
16
        jmp     fail
17
 
18
ok_2:   jb3     ok_3
19
        jmp     fail
20
 
21
ok_3:   jb4     ok_4
22
        jmp     fail
23
 
24
ok_4:   jb5     ok_5
25
        jmp     fail
26
 
27
ok_5:   jb6     ok_6
28
        jmp     fail
29
 
30
ok_6:   jb7     pass
31
 
32
fail:   FAIL
33
 
34
pass:   PASS

powered by: WebSVN 2.1.0

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