Annotation of hatari/tests/cpu/int_abcd.s, revision 1.1.1.1

1.1       root        1: 
                      2: /* test that ABCD clears Z only if result is nonzero */
                      3: .global tst_abcd_1
                      4: tst_abcd_1:
                      5:        clr.l   d0
                      6:        move.l  #1,d1
                      7:        abcd    d0,d0
                      8:        seq     d0
                      9:        rts
                     10: 
                     11: .global tst_abcd_2
                     12: tst_abcd_2:
                     13:        move.l  #1,d1
                     14:        clr.l   d0
                     15:        abcd    d1,d1
                     16:        seq     d0
                     17:        rts
                     18: 
                     19: .global tst_abcd_3
                     20: tst_abcd_3:
                     21:        move.l  #0x033,d0
                     22:        move.l  #0x044,d1
                     23:        abcd    d1,d0
                     24:        cmp.l   #0x77,d0
                     25:        sne     d0
                     26:        rts
                     27: 
                     28: .global tst_abcd_4
                     29: tst_abcd_4:
                     30:        move.l  #0x155,d0
                     31:        abcd    d0,d0
                     32:        cmp.l   #0x110,d0
                     33:        sne     d0
                     34:        rts

unix.superglobalmegacorp.com

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