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

Subversion Repositories t48

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /t48
    from Rev 319 to Rev 320
    Reverse comparison

Rev 319 → Rev 320

/trunk/sw/verif/black_box/in/test.asm
17,13 → 17,28
 
clr a
in a, p1
add a, #0ABH
xrl a, #055H
jnz fail
 
in a, p2
add a, #056H
xrl a, #0AAH
jnz fail
 
mov a, #0AAH
outl p1, a
clr a
mov a, #055H
outl p2, a
 
clr a
in a, p1
xrl a, #0AAH
jnz fail
 
;in a, p2
;xrl a, #055H
;jnz fail
 
pass: PASS
 
fail: FAIL

powered by: WebSVN 2.1.0

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