testpico: even more timer stir up
[megadrive.git] / testpico / sega_gcc.s
index efe0a00..1e0116a 100644 (file)
@@ -16,12 +16,12 @@ exc_tab:
     .ascii "J               "\r
     .long  0x000000,0x3fffff\r
     .long  0xff0000,0xffffff\r
-    .ascii "RA"; .byte 0xf8,0x20                     /* 1b0 */\r
-    .long  0x200001,0x20ffff                         /* 1b4 */\r
-    .ascii "    "                                    /* 1bc */\r
-    .ascii "                        "                /* 1c0 */\r
-    .ascii "                        "\r
-    .ascii "JUE             "                        /* 1f0 */\r
+    .ascii "RA"; .byte 0xf8,0x20                      /* 1b0 */\r
+    .long  0x200001,0x20ffff                          /* 1b4 */\r
+    .ascii "    "                                     /* 1bc */\r
+    .ascii "        "                                 /* 1c0 */\r
+    .ascii "src: https://github.com/notaz/megadrive/" /* 1c8 */\r
+    .ascii "JUE             "                         /* 1f0 */\r
 \r
 # mystery landing area for reset with 32X on and RV=1\r
 # 2c8 - 304 in multiples of 4\r
@@ -144,7 +144,7 @@ pre_exception:
     movem.l %d0-%d7/%a0-%a7,-(%sp)\r
     add.w   #2, 0x3e(%sp)\r
     move.l  %sp, %d0\r
-    move.l  %d0,-(%sp)\r
+    move.l  %d0,-(%sp)  /* arg0 */\r
     jsr     exception\r
 0:\r
     bra     0b\r