error = $ff3f
org $3000
lda #$79 OR lda #$7a
jmp error
The two messages are listed in the 1581 dos reference guide as:
$79: Software by David Siracusa. Hardware by Greg Berlin
$7a: Dedicated to my wife Lisa
Here is a program to illustrate the messages:
10 open15,9,15:n$="m-w":m$=""
20 fori=0to3:reada:n$=n$+chr$(a):next
30 fori=0to2:reada:m$=m$+chr$(a):next
40 print#15,n$chr$(121)m$:print#15,"m-e"chr$(0)chr$(3)
50 get#15,a$:printa$;:ifst=0goto50
60 print#15,n$chr$(122)m$:print#15,"m-e"chr$(0)chr$(3)
70 get#15,a$:printa$;:ifst=0goto70
80 data0,3,5,169
90 data76,63,255