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

Subversion Repositories t400

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /t400/trunk/sw/verif/black_box/inin
    from Rev 134 to Rev 176
    Reverse comparison

Rev 134 → Rev 176

/t420 --- test.asm (nonexistent) +++ test.asm (revision 176) @@ -0,0 +1,71 @@ + ;; ******************************************************************* + ;; $Id: test.asm,v 1.1 2006-05-22 23:17:59 arniml Exp $ + ;; + ;; Checks the ININ instruction. + ;; + + ;; the cpu type is defined on asl's command line + + org 0x00 + clra + + ;; preload reference data + stii 0x0 + stii 0x1 + stii 0x2 + stii 0x3 + stii 0x4 + stii 0x5 + stii 0x6 + stii 0x7 + stii 0x8 + stii 0x9 + stii 0xa + stii 0xb + stii 0xc + stii 0xd + stii 0xe + stii 0xf + + ;; output 0 on G and check + ogi 0x0 + inin + lbi 0, 0 + ske + jmp fail + + ;; output 8 on G and check + ogi 0x8 + inin + lbi 0, 8 + ske + jmp fail + + ;; output 1 on G and check + ogi 0x1 + inin + lbi 0, 1 + ske + jmp fail + + ;; output 4 on G and check + ogi 0x4 + inin + lbi 0, 4 + ske + jmp fail + + ;; output 15 on G and check + ogi 0xf + inin + lbi 0, 15 + ske + jmp fail + + + + jmp pass + + + org 0x100 + include "pass_fail.asm"

powered by: WebSVN 2.1.0

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