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] - Diff between revs 289 and 292

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

Rev 289 Rev 292
        INCLUDE "cpu.inc"
        INCLUDE "cpu.inc"
        INCLUDE "pass_fail.inc"
        INCLUDE "pass_fail.inc"
        ORG     0
        ORG     0
        ;; Start of test
        ;; Start of test
        mov     a, #0FFH
        mov     a, #0FFH
        jb0     ok_0
        jb0     ok_0
        jmp     fail
        jmp     fail
ok_0:   jb1     ok_1
ok_0:   jb1     ok_1
        jmp     fail
        jmp     fail
ok_1:   jb2     ok_2
ok_1:   jb2     ok_2
        jmp     fail
        jmp     fail
ok_2:   jb3     ok_3
ok_2:   jb3     ok_3
        jmp     fail
        jmp     fail
ok_3:   jb4     ok_4
ok_3:   jb4     ok_4
        jmp     fail
        jmp     fail
ok_4:   jb5     ok_5
ok_4:   jb5     ok_5
        jmp     fail
        jmp     fail
ok_5:   jb6     ok_6
ok_5:   jb6     ok_6
        jmp     fail
        jmp     fail
ok_6:   jb7     pass
ok_6:   jb7     pass
fail:   FAIL
fail:   FAIL
pass:   PASS
pass:   PASS
 
 

powered by: WebSVN 2.1.0

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