Now also prints stack height.
authorkeie <none@none>
Mon, 4 Mar 1985 15:29:36 +0000 (15:29 +0000)
committerkeie <none@none>
Mon, 4 Mar 1985 15:29:36 +0000 (15:29 +0000)
mach/m68k4/libem/nop.s

index 9b8f3dd..ed7720d 100644 (file)
@@ -2,12 +2,13 @@
 
        .text
 .nop:
+       pea     4(sp)
        move.l  hol0,-(sp)
        pea     fmt
        jsr     .diagnos
-       add.l   #8,sp
+       add.l   #12,sp
        rts
 
        .data
-fmt:   .asciz "test %d\n"
+fmt:   .asciz "test %d, sp %d\n"
 .align 2