Now also prints stack height.
This commit is contained in:
parent
c636aba734
commit
aa82964563
|
@ -2,12 +2,13 @@
|
||||||
|
|
||||||
.text
|
.text
|
||||||
.nop:
|
.nop:
|
||||||
|
pea 4(sp)
|
||||||
move.l hol0,-(sp)
|
move.l hol0,-(sp)
|
||||||
pea fmt
|
pea fmt
|
||||||
jsr .diagnos
|
jsr .diagnos
|
||||||
add.l #8,sp
|
add.l #12,sp
|
||||||
rts
|
rts
|
||||||
|
|
||||||
.data
|
.data
|
||||||
fmt: .asciz "test %d\n"
|
fmt: .asciz "test %d, sp %d\n"
|
||||||
.align 2
|
.align 2
|
||||||
|
|
Loading…
Reference in a new issue