diff --git a/hellokfest.dsk b/hellokfest.dsk index d920d00..3b160f4 100644 Binary files a/hellokfest.dsk and b/hellokfest.dsk differ diff --git a/hellokfest.s b/hellokfest.s index a47d255..e7a03df 100644 --- a/hellokfest.s +++ b/hellokfest.s @@ -23,7 +23,7 @@ done: rts string: - .byte "Hello KFest!",0 + .byte "Hello KansasFest!",0 ; Suppress some linker warnings - Must be the last thing in the file