X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=testpico%2Fasmtools.S;h=af34b4156cd6a60d61c9d7c046eb7c2404ba8cca;hb=06d7984c0110c58104633dc4359fa7a8343bac11;hp=d6b9091a0682765ea8bd1db4c73b14afb778cdb1;hpb=71b41fddd18f66c99e13f53bd78582627e6ff10b;p=megadrive.git diff --git a/testpico/asmtools.S b/testpico/asmtools.S index d6b9091..af34b41 100644 --- a/testpico/asmtools.S +++ b/testpico/asmtools.S @@ -244,6 +244,16 @@ x32x_enable: .global x32x_enable_end x32x_enable_end: +.global test_32x_b_c0 +test_32x_b_c0: + ldarg 0, 0, a1 + ldargw 1, 0, d0 + jsr (0xc0).l /* move.b d0, (a1); RV=0 */ + bset #0, (0xa15107).l + rts +.global test_32x_b_c0_end +test_32x_b_c0_end: + # some nastyness from Fatal Rewind .global test_h_v_2 test_h_v_2: