Skip to content

Commit b8699d8

Browse files
committed
add message
1 parent 8dd9d6f commit b8699d8

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

show_iff/show_iff.s

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,9 @@ loadiff_store_current_line equ 0
4141

4242
bsr printwdec
4343

44+
lea msgloaded(pc),a0
45+
bsr _cconws
46+
4447
move.w #7,-(sp) ; Crawcin
4548
trap #1
4649
addq.l #2,sp
@@ -113,6 +116,8 @@ _cconws:
113116
include 'loadiff.s'
114117

115118
data
119+
msgloaded
120+
dc.b " bytes loaded. Press key to display"
116121
crlf
117122
dc.b $a,$d,0
118123

0 commit comments

Comments
 (0)