Added new line after trap message

This commit is contained in:
ceriel 1988-11-04 09:55:50 +00:00
parent 93cee9d434
commit f8a3f67ddb

View file

@ -2,6 +2,7 @@
.sect .text
.sect .rom
.sect .data
fmt: .asciz "%s\n"
.sect .bss
.sect .text
@ -31,6 +32,7 @@
9:
jsr (.trpstr)
move.l d0,-(sp)
pea (fmt)
jsr (.diagnos)
lea (4, sp), sp
jsr (_exit)