From 0620e70cbef53259833e745e048d4bd960aa099a Mon Sep 17 00:00:00 2001 From: Quinn Dunki Date: Wed, 19 Jul 2017 20:33:01 -0500 Subject: [PATCH] Fixed typo --- hellokfest.dsk | Bin 143360 -> 143360 bytes hellokfest.s | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/hellokfest.dsk b/hellokfest.dsk index d920d00ea7ac15d358147118bff4d8eed887dc5d..3b160f4bb3647df26fef5c1710360a89dc6cf129 100644 GIT binary patch delta 52 zcmZp8z|ru4V?!S|zcK^EXC-+N28PEB2|&i?x!l#BT#0$biN$WI#U+ZH8CmZ!Hia(> HXS@jj+ny3d delta 45 zcmZp8z|ru4V?!S|zZ?U@XC*-q28PEB2|&i?x!l#Bn`J{EGfoy@Vr>dv7S4DR0AolG AYybcN 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