Added new line after trap message
This commit is contained in:
parent
93cee9d434
commit
f8a3f67ddb
1 changed files with 2 additions and 0 deletions
|
@ -2,6 +2,7 @@
|
||||||
.sect .text
|
.sect .text
|
||||||
.sect .rom
|
.sect .rom
|
||||||
.sect .data
|
.sect .data
|
||||||
|
fmt: .asciz "%s\n"
|
||||||
.sect .bss
|
.sect .bss
|
||||||
|
|
||||||
.sect .text
|
.sect .text
|
||||||
|
@ -31,6 +32,7 @@
|
||||||
9:
|
9:
|
||||||
jsr (.trpstr)
|
jsr (.trpstr)
|
||||||
move.l d0,-(sp)
|
move.l d0,-(sp)
|
||||||
|
pea (fmt)
|
||||||
jsr (.diagnos)
|
jsr (.diagnos)
|
||||||
lea (4, sp), sp
|
lea (4, sp), sp
|
||||||
jsr (_exit)
|
jsr (_exit)
|
||||||
|
|
Loading…
Add table
Reference in a new issue