Annotation of hatari/tests/cpu/int_addx.s, revision 1.1

1.1     ! root        1: 
        !             2: /* test that ADDX does clears Z only if result is nonzero */
        !             3: .global tst_addx_1
        !             4: tst_addx_1:
        !             5:        clr.l   d0
        !             6:        move.l  #1,d1
        !             7:        addx    d0,d0
        !             8:        seq     d0
        !             9:        rts
        !            10: 
        !            11: .global tst_addx_2
        !            12: tst_addx_2:
        !            13:        move.l  #1,d1
        !            14:        clr.l   d0
        !            15:        addx    d1,d1
        !            16:        seq     d0
        !            17:        rts

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.