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

1.1       root        1: 
                      2: .global tst_addi_1
                      3: tst_addi_1:
                      4:        sub.l   d0,d0
                      5:        addi.b  #0,d0
                      6:        sne     d0
                      7:        rts
                      8: 
                      9: .global tst_addi_2
                     10: tst_addi_2:
                     11:        sub.l   d0,d0
                     12:        addi.w  #0,d0
                     13:        sne     d0
                     14:        rts
                     15: 
                     16: .global tst_addi_3
                     17: tst_addi_3:
                     18:        sub.l   d0,d0
                     19:        addi.l  #0,d0
                     20:        sne     d0
                     21:        rts
                     22: 
                     23: .global tst_addi_4
                     24: tst_addi_4:
                     25:        move.l  #0x55667778,d1
                     26:        addi.b  #0x88,d1
                     27:        sne     d0
                     28:        scc     d2
                     29:        cmp.l   #0x55667700L,d1
                     30:        sne     d1
                     31:        or.b    d1,d0
                     32:        or.b    d2,d0
                     33:        rts
                     34: 
                     35: .global tst_addi_5
                     36: tst_addi_5:
                     37:        move.l  #0x55667788,d1
                     38:        addi.w  #0x3344,d1
                     39:        scs     d0
                     40:        cmp.l   #0x5566aacc,d1
                     41:        sne     d1
                     42:        or.b    d1,d0
                     43:        rts
                     44: 
                     45: .global tst_addi_6
                     46: tst_addi_6:
                     47:        move.l  #0x55667788,d1
                     48:        addi.l  #0x11223344,d1
                     49:        cmp.l   #0x6688aacc,d1
                     50:        sne     d0
                     51:        rts

unix.superglobalmegacorp.com

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